changeset 7040:5e0f115665bf HEAD

str_sanitize.o no longer needs to be in unused_objects.
author cras@kaali
date Sun, 23 Dec 2007 16:31:54 +0200
parents 1496782a2461
children cc70ab74f4f3
files src/pop3/Makefile.am
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/Makefile.am	Sat Dec 22 06:23:24 2007 +0200
+++ b/src/pop3/Makefile.am	Sun Dec 23 16:31:54 2007 +0200
@@ -14,8 +14,7 @@
 # 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/str-sanitize.o
+	../lib/mountpoint.o
 
 libs = \
 	../lib-storage/register/libstorage-register.a \