dovecot-2.0: lda, lmtp: Fixed using virtual plugin when not usin...

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 21 19:58:59 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/8818db00d347
changeset: 11184:8818db00d347
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 21 19:58:53 2010 +0300
description:
lda, lmtp: Fixed using virtual plugin when not using shared libs.

diffstat:

 src/lda/Makefile.am  |  3 ++-
 src/lmtp/Makefile.am |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b3cfa3dfd5ba -r 8818db00d347 src/lda/Makefile.am
--- a/src/lda/Makefile.am	Wed Apr 21 19:58:35 2010 +0300
+++ b/src/lda/Makefile.am	Wed Apr 21 19:58:53 2010 +0300
@@ -20,7 +20,8 @@
 unused_objects = \
 	../lib/mountpoint.o \
 	../lib-mail/message-header-encode.o \
-	../lib-imap/imap-util.o
+	../lib-imap/imap-util.o \
+	../lib-storage/mail-search-parser-imap.o
 endif
 
 libs = \
diff -r b3cfa3dfd5ba -r 8818db00d347 src/lmtp/Makefile.am
--- a/src/lmtp/Makefile.am	Wed Apr 21 19:58:35 2010 +0300
+++ b/src/lmtp/Makefile.am	Wed Apr 21 19:58:53 2010 +0300
@@ -21,7 +21,8 @@
 unused_objects = \
 	../lib/mountpoint.o \
 	../lib-mail/message-header-encode.o \
-	../lib-imap/imap-util.o
+	../lib-imap/imap-util.o \
+	../lib-storage/mail-search-parser-imap.o
 endif
 lda_unused_objects = \
 	../lib-lda/smtp-client.o


More information about the dovecot-cvs mailing list