dovecot-2.2: dovecot-config: Added LIBDOVECOT_IMAPC_INCLUDE and ...

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 12 10:42:55 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/f5f9ce55eca3
changeset: 18243:f5f9ce55eca3
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 12 12:42:39 2015 +0200
description:
dovecot-config: Added LIBDOVECOT_IMAPC_INCLUDE and LIBDOVECOT_FTS_INCLUDE

diffstat:

 dovecot-config.in.in |  2 ++
 dovecot.m4           |  2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8b44a5a14704 -r f5f9ce55eca3 dovecot-config.in.in
--- a/dovecot-config.in.in	Thu Feb 12 10:49:28 2015 +0200
+++ b/dovecot-config.in.in	Thu Feb 12 12:42:39 2015 +0200
@@ -28,6 +28,8 @@
 LIBDOVECOT_LOGIN_INCLUDE="-I$(incdir)/src/login-common"
 LIBDOVECOT_IMAP_INCLUDE="-I$(incdir)/src/imap"
 LIBDOVECOT_CONFIG_INCLUDE="-I$(incdir)/src/config"
+LIBDOVECOT_IMAPC_INCLUDE="-I$(incdir)/src/lib-imap-client"
+LIBDOVECOT_FTS_INCLUDE="-I$(incdir)/src/plugins/fts"
 
 dovecot_pkgincludedir=
 dovecot_pkglibdir=
diff -r 8b44a5a14704 -r f5f9ce55eca3 dovecot.m4
--- a/dovecot.m4	Thu Feb 12 10:49:28 2015 +0200
+++ b/dovecot.m4	Thu Feb 12 12:42:39 2015 +0200
@@ -118,7 +118,7 @@
 	AX_SUBST_L([DOVECOT_CFLAGS], [DOVECOT_LIBS], [DOVECOT_SSL_LIBS], [DOVECOT_SQL_LIBS], [DOVECOT_COMPRESS_LIBS])
 	AX_SUBST_L([LIBDOVECOT], [LIBDOVECOT_LOGIN], [LIBDOVECOT_SQL], [LIBDOVECOT_SSL], [LIBDOVECOT_COMPRESS], [LIBDOVECOT_LDA], [LIBDOVECOT_STORAGE], [LIBDOVECOT_DSYNC])
 	AX_SUBST_L([LIBDOVECOT_DEPS], [LIBDOVECOT_LOGIN_DEPS], [LIBDOVECOT_SQL_DEPS], [LIBDOVECOT_SSL_DEPS], [LIBDOVECOT_COMPRESS_DEPS], [LIBDOVECOT_LDA_DEPS], [LIBDOVECOT_STORAGE_DEPS], [LIBDOVECOT_DSYNC_DEPS])
-	AX_SUBST_L([LIBDOVECOT_INCLUDE], [LIBDOVECOT_LDA_INCLUDE], [LIBDOVECOT_DOVEADM_INCLUDE], [LIBDOVECOT_SERVICE_INCLUDE], [LIBDOVECOT_STORAGE_INCLUDE], [LIBDOVECOT_LOGIN_INCLUDE], [LIBDOVECOT_CONFIG_INCLUDE], [LIBDOVECOT_IMAP_INCLUDE], [LIBDOVECOT_DSYNC_INCLUDE])
+	AX_SUBST_L([LIBDOVECOT_INCLUDE], [LIBDOVECOT_LDA_INCLUDE], [LIBDOVECOT_DOVEADM_INCLUDE], [LIBDOVECOT_SERVICE_INCLUDE], [LIBDOVECOT_STORAGE_INCLUDE], [LIBDOVECOT_LOGIN_INCLUDE], [LIBDOVECOT_CONFIG_INCLUDE], [LIBDOVECOT_IMAP_INCLUDE], [LIBDOVECOT_DSYNC_INCLUDE], [LIBDOVECOT_IMAPC_INCLUDE], [LIBDOVECOT_FTS_INCLUDE])
 
 	DC_PLUGIN_DEPS
 	DC_DOVECOT_TEST_WRAPPER


More information about the dovecot-cvs mailing list