]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync tests: Link with iconv libraries to avoid compiler errors in some systems.
authorTimo Sirainen <tss@iki.fi>
Thu, 10 Dec 2009 18:46:43 +0000 (13:46 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 10 Dec 2009 18:46:43 +0000 (13:46 -0500)
--HG--
branch : HEAD

src/dsync/Makefile.am

index 9c158cf85252dbc9a35eaececcbf6b4b3ee7e8bc..8d92dccc1b115331bbf2f23c2cc3a04026716cc2 100644 (file)
@@ -48,7 +48,8 @@ test_libs = \
        ../lib-test/libtest.la \
        ../lib-mail/libmail.la \
        ../lib-imap/libimap.la \
-       ../lib/liblib.la
+       ../lib/liblib.la \
+       $(LIBICONV)
 
 test_dsync_brain_SOURCES = test-dsync-brain.c test-dsync-worker.c test-dsync-common.c
 test_dsync_brain_LDADD = dsync-data.o dsync-brain.o dsync-worker.o $(test_libs)