dovecot-2.0: dsync: Fixed loading virtual plugin when compiled -...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 8 17:56:51 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/ba60cc0b58df
changeset: 11761:ba60cc0b58df
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 08 15:56:46 2010 +0100
description:
dsync: Fixed loading virtual plugin when compiled --without-shared-libs

diffstat:

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

diffs (13 lines):

diff -r 00a7d6624657 -r ba60cc0b58df src/dsync/Makefile.am
--- a/src/dsync/Makefile.am	Thu Jul 08 15:51:15 2010 +0100
+++ b/src/dsync/Makefile.am	Thu Jul 08 15:56:46 2010 +0100
@@ -12,7 +12,8 @@
 
 if !BUILD_SHARED_LIBS
 unused_objects = \
-	../lib/mountpoint.o
+	../lib/mountpoint.o \
+	../lib-storage/mail-search-parser-imap.o
 endif
 
 libs = \


More information about the dovecot-cvs mailing list