dovecot: Link with iconv and random libraries if needed.

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 20 22:36:38 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/6a6a224a2ceb
changeset: 6837:6a6a224a2ceb
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 20 22:36:34 2007 +0200
description:
Link with iconv and random libraries if needed.

diffstat:

1 file changed, 3 insertions(+)
src/tests/Makefile.am |    3 +++

diffs (20 lines):

diff -r 413dbb37b839 -r 6a6a224a2ceb src/tests/Makefile.am
--- 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_SOURCES = \
 	test-lib.c
 
 test_lib_LDADD = \
+	$(RAND_LIBS) \
 	libtest.a \
 	../lib/liblib.a
 
@@ -27,6 +28,8 @@ noinst_HEADERS = \
 	test-lib.h
 
 test_mail_LDADD = \
+	$(LIBICONV) \
+	$(RAND_LIBS) \
 	libtest.a \
 	../lib-mail/libmail.a \
 	../lib-charset/libcharset.a \


More information about the dovecot-cvs mailing list