From: Timo Sirainen Date: Thu, 8 Jul 2010 14:56:46 +0000 (+0100) Subject: dsync: Fixed loading virtual plugin when compiled --without-shared-libs X-Git-Tag: 2.0.rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7719cbbdf52c9b3ba2d088f9e86fee22ac05563;p=thirdparty%2Fdovecot%2Fcore.git dsync: Fixed loading virtual plugin when compiled --without-shared-libs --HG-- branch : HEAD --- diff --git a/src/dsync/Makefile.am b/src/dsync/Makefile.am index 59edb45721..519c392f79 100644 --- a/src/dsync/Makefile.am +++ b/src/dsync/Makefile.am @@ -12,7 +12,8 @@ AM_CPPFLAGS = \ if !BUILD_SHARED_LIBS unused_objects = \ - ../lib/mountpoint.o + ../lib/mountpoint.o \ + ../lib-storage/mail-search-parser-imap.o endif libs = \