From: Timo Sirainen Date: Fri, 19 Dec 2008 04:27:44 +0000 (+0200) Subject: Make sure mail_log plugin works with deliver and pop3. X-Git-Tag: 1.2.beta1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0509a69385578179aa3d8fa5b97b15c9365b1ed0;p=thirdparty%2Fdovecot%2Fcore.git Make sure mail_log plugin works with deliver and pop3. --HG-- branch : HEAD --- diff --git a/src/deliver/Makefile.am b/src/deliver/Makefile.am index c8ca0303ae..0e79cf5445 100644 --- a/src/deliver/Makefile.am +++ b/src/deliver/Makefile.am @@ -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) \ diff --git a/src/pop3/Makefile.am b/src/pop3/Makefile.am index ae6cf985ec..c33bf7a212 100644 --- a/src/pop3/Makefile.am +++ b/src/pop3/Makefile.am @@ -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) \