# HG changeset patch # User cras@kaali # Date 1198420314 -7200 # Node ID 5e0f115665bfa9b9201be1d4f440fb44af258203 # Parent 1496782a246116c822d533bfbdf25248fe8d9882 str_sanitize.o no longer needs to be in unused_objects. diff -r 1496782a2461 -r 5e0f115665bf src/pop3/Makefile.am --- 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 \