[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.12.2.3,1.12.2.4

tss at dovecot.org tss at dovecot.org
Fri Feb 2 11:14:36 UTC 2007


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv23088

Modified Files:
      Tag: branch_1_0
	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.12.2.3
retrieving revision 1.12.2.4
diff -u -d -r1.12.2.3 -r1.12.2.4
--- Makefile.am	27 Jun 2006 21:03:52 -0000	1.12.2.3
+++ Makefile.am	2 Feb 2007 11:14:34 -0000	1.12.2.4
@@ -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