changeset 15405:a3653f58d4e6

lib-http: Removed explicit safe-memset.lo links At least in all my systems they just complain about duplicates..
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Nov 2012 23:11:57 +0200
parents 6d2cfcaad33c
children d1bff2c44fe4
files src/lib-http/Makefile.am
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-http/Makefile.am	Mon Nov 26 23:09:25 2012 +0200
+++ b/src/lib-http/Makefile.am	Mon Nov 26 23:11:57 2012 +0200
@@ -45,14 +45,12 @@
 test_libs = \
 	../lib-test/libtest.la \
 	../lib/liblib.la \
-	../lib/safe-memset.lo \
 	$(MODULE_LIBS)
 
 test_deps = \
 	$(noinst_LTLIBRARIES)
 	../lib-test/libtest.la \
-	../lib/liblib.la \
-	../lib/safe-memset.lo
+	../lib/liblib.la
 
 test_http_url_SOURCES = test-http-url.c
 test_http_url_LDADD = http-url.lo  $(test_libs)