changeset 6837:6a6a224a2ceb HEAD

Link with iconv and random libraries if needed.
author Timo Sirainen <tss@iki.fi>
date Tue, 20 Nov 2007 22:36:34 +0200
parents 413dbb37b839
children e726f298d87e
files src/tests/Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/tests/Makefile.am	Tue Nov 20 04:56:00 2007 +0200
+++ b/src/tests/Makefile.am	Tue Nov 20 22:36:34 2007 +0200
@@ -16,6 +16,7 @@
 	test-lib.c
 
 test_lib_LDADD = \
+	$(RAND_LIBS) \
 	libtest.a \
 	../lib/liblib.a
 
@@ -27,6 +28,8 @@
 	test-lib.h
 
 test_mail_LDADD = \
+	$(LIBICONV) \
+	$(RAND_LIBS) \
 	libtest.a \
 	../lib-mail/libmail.a \
 	../lib-charset/libcharset.a \