dovecot-1.2: Make sure mail_log plugin works with deliver and pop3.

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 19 06:27:48 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/5eb05134db86
changeset: 8569:5eb05134db86
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 19 06:27:44 2008 +0200
description:
Make sure mail_log plugin works with deliver and pop3.

diffstat:

2 files changed, 4 insertions(+), 2 deletions(-)
src/deliver/Makefile.am |    3 ++-
src/pop3/Makefile.am    |    3 ++-

diffs (26 lines):

diff -r 935930abeb7a -r 5eb05134db86 src/deliver/Makefile.am
--- a/src/deliver/Makefile.am	Fri Dec 19 06:23:31 2008 +0200
+++ b/src/deliver/Makefile.am	Fri Dec 19 06:27:44 2008 +0200
@@ -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 -r 935930abeb7a -r 5eb05134db86 src/pop3/Makefile.am
--- a/src/pop3/Makefile.am	Fri Dec 19 06:23:31 2008 +0200
+++ b/src/pop3/Makefile.am	Fri Dec 19 06:27:44 2008 +0200
@@ -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) \


More information about the dovecot-cvs mailing list