dovecot-2.2: dovecot-config: Added LIBDOVECOT_NOTIFY_INCLUDE

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 12 12:38:37 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/f10725a5eed8
changeset: 18245:f10725a5eed8
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 12 14:38:18 2015 +0200
description:
dovecot-config: Added LIBDOVECOT_NOTIFY_INCLUDE

diffstat:

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

diffs (23 lines):

diff -r 524098f35b3b -r f10725a5eed8 dovecot-config.in.in
--- a/dovecot-config.in.in	Thu Feb 12 13:29:23 2015 +0200
+++ b/dovecot-config.in.in	Thu Feb 12 14:38:18 2015 +0200
@@ -30,6 +30,7 @@
 LIBDOVECOT_CONFIG_INCLUDE="-I$(incdir)/src/config"
 LIBDOVECOT_IMAPC_INCLUDE="-I$(incdir)/src/lib-imap-client -I$(incdir)/src/lib-storage/index/imapc"
 LIBDOVECOT_FTS_INCLUDE="-I$(incdir)/src/plugins/fts"
+LIBDOVECOT_NOTIFY_INCLUDE="-I$(incdir)/src/plugins/notify"
 
 dovecot_pkgincludedir=
 dovecot_pkglibdir=
diff -r 524098f35b3b -r f10725a5eed8 dovecot.m4
--- a/dovecot.m4	Thu Feb 12 13:29:23 2015 +0200
+++ b/dovecot.m4	Thu Feb 12 14:38:18 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], [LIBDOVECOT_IMAPC_INCLUDE], [LIBDOVECOT_FTS_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], [LIBDOVECOT_NOTIFY_INCLUDE])
 
 	DC_PLUGIN_DEPS
 	DC_DOVECOT_TEST_WRAPPER


More information about the dovecot-cvs mailing list