changeset 5097:55bebf61cfdd HEAD

Make sure str-sanitize.o is linked so mail_log plugin works.
author Timo Sirainen <tss@iki.fi>
date Fri, 02 Feb 2007 13:14:37 +0200
parents 89bf4b47bc61
children 176c28ad604c
files src/pop3/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/Makefile.am	Fri Feb 02 12:30:15 2007 +0200
+++ b/src/pop3/Makefile.am	Fri Feb 02 13:14:37 2007 +0200
@@ -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 \