dovecot-2.2: lib-http: Removed explicit safe-memset.lo links

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 26 23:16:11 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/a3653f58d4e6
changeset: 15405:a3653f58d4e6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 26 23:11:57 2012 +0200
description:
lib-http: Removed explicit safe-memset.lo links
At least in all my systems they just complain about duplicates..

diffstat:

 src/lib-http/Makefile.am |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6d2cfcaad33c -r a3653f58d4e6 src/lib-http/Makefile.am
--- 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)


More information about the dovecot-cvs mailing list