dovecot-2.0: pop3: Fixed virtual plugin when compiling --without...

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 29 18:35:01 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/5db6b49f31c4
changeset: 12200:5db6b49f31c4
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 29 16:33:12 2010 +0100
description:
pop3: Fixed virtual plugin when compiling --without-shared-libs

diffstat:

 src/pop3/Makefile.am |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r e670e8a97a8f -r 5db6b49f31c4 src/pop3/Makefile.am
--- a/src/pop3/Makefile.am	Wed Sep 29 16:32:47 2010 +0100
+++ b/src/pop3/Makefile.am	Wed Sep 29 16:33:12 2010 +0100
@@ -15,7 +15,8 @@
 if !BUILD_SHARED_LIBS
 unused_objects = \
 	../lib/mountpoint.o \
-	../lib-imap/imap-util.o
+	../lib-imap/imap-util.o \
+	../lib-storage/mail-search-parser-imap.o
 endif
 
 libs = \


More information about the dovecot-cvs mailing list