]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Make sure mail_log plugin works with deliver and pop3.
authorTimo Sirainen <tss@iki.fi>
Fri, 19 Dec 2008 04:27:44 +0000 (06:27 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 19 Dec 2008 04:27:44 +0000 (06:27 +0200)
--HG--
branch : HEAD

src/deliver/Makefile.am
src/pop3/Makefile.am

index c8ca0303ae9bc9c8d12e7d799575390fdb9c2f5e..0e79cf5445960a44b7f91baa94c708a887e6bbb4 100644 (file)
@@ -22,7 +22,8 @@ deliver_LDFLAGS = -export-dynamic
 # get some functions included which only plugins use. liblib should probably
 # be a shared library so this wouldn't be needed..
 unused_objects = \
-       ../lib/mountpoint.o
+       ../lib/mountpoint.o \
+       ../lib-imap/imap-util.o
 
 libs = \
        $(STORAGE_LIBS) \
index ae6cf985ecf638cd51c609efdc76fa6b1dae0c2c..c33bf7a212c613691668f67b14f4cb02b1950134 100644 (file)
@@ -14,7 +14,8 @@ pop3_LDFLAGS = -export-dynamic
 # get some functions included which only plugins use. liblib should probably
 # be a shared library so this wouldn't be needed..
 unused_objects = \
-       ../lib/mountpoint.o
+       ../lib/mountpoint.o \
+       ../lib-imap/imap-util.o
 
 libs = \
        $(STORAGE_LIBS) \