changeset 11761:ba60cc0b58df HEAD

dsync: Fixed loading virtual plugin when compiled --without-shared-libs
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Jul 2010 15:56:46 +0100
parents 00a7d6624657
children 065ff4f1c504
files src/dsync/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = \