[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.17,1.18
tss at dovecot.org
tss at dovecot.org
Fri Feb 2 11:14:40 UTC 2007
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv23090
Modified Files:
Makefile.am
Log Message:
Make sure str-sanitize.o is linked so mail_log plugin works.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 10 Dec 2006 12:35:05 -0000 1.17
+++ Makefile.am 2 Feb 2007 11:14:37 -0000 1.18
@@ -14,7 +14,8 @@
# 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/str-sanitize.o
libs = \
../lib-storage/register/libstorage-register.a \
More information about the dovecot-cvs
mailing list