From: Timo Sirainen Date: Thu, 1 Jul 2010 21:44:55 +0000 (+0100) Subject: dovecot.m4: Added LIBDOVECOT_CONFIG_INCLUDE X-Git-Tag: 2.0.rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76854abe747c9dfd07915807f1c9900f0b0c53ad;p=thirdparty%2Fdovecot%2Fcore.git dovecot.m4: Added LIBDOVECOT_CONFIG_INCLUDE --HG-- branch : HEAD --- diff --git a/dovecot.m4 b/dovecot.m4 index b277095ddd..77972b6ba7 100644 --- a/dovecot.m4 +++ b/dovecot.m4 @@ -56,7 +56,7 @@ AC_DEFUN([DC_DOVECOT],[ AX_SUBST_L([DOVECOT_CFLAGS], [DOVECOT_LIBS], [DOVECOT_SSL_LIBS]) AX_SUBST_L([LIBDOVECOT], [LIBDOVECOT_LOGIN], [LIBDOVECOT_SQL], [LIBDOVECOT_LDA], [LIBDOVECOT_STORAGE]) AX_SUBST_L([LIBDOVECOT_DEPS], [LIBDOVECOT_LOGIN_DEPS], [LIBDOVECOT_SQL_DEPS], [LIBDOVECOT_LDA_DEPS], [LIBDOVECOT_STORAGE_DEPS]) - AX_SUBST_L([LIBDOVECOT_INCLUDE], [LIBDOVECOT_LDA_INCLUDE], [LIBDOVECOT_SERVICE_INCLUDE], [LIBDOVECOT_STORAGE_INCLUDE], [LIBDOVECOT_LOGIN_INCLUDE]) + AX_SUBST_L([LIBDOVECOT_INCLUDE], [LIBDOVECOT_LDA_INCLUDE], [LIBDOVECOT_SERVICE_INCLUDE], [LIBDOVECOT_STORAGE_INCLUDE], [LIBDOVECOT_LOGIN_INCLUDE], [LIBDOVECOT_CONFIG_INCLUDE]) DC_PLUGIN_DEPS ])