changeset 12200:5db6b49f31c4

pop3: Fixed virtual plugin when compiling --without-shared-libs
author Timo Sirainen <tss@iki.fi>
date Wed, 29 Sep 2010 16:33:12 +0100
parents e670e8a97a8f
children e140d7aab969
files src/pop3/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = \