From: Timo Sirainen Date: Sun, 17 May 2009 18:42:13 +0000 (-0400) Subject: And fix for last change: Use LIBICONV, not LTLIBICONV when linking. X-Git-Tag: 2.0.alpha1~749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d920ffe9608fdef5663583ea5ac6a68411c30eb;p=thirdparty%2Fdovecot%2Fcore.git And fix for last change: Use LIBICONV, not LTLIBICONV when linking. --HG-- branch : HEAD --- diff --git a/src/lib-imap/Makefile.am b/src/lib-imap/Makefile.am index d40ded34a9..10f7218205 100644 --- a/src/lib-imap/Makefile.am +++ b/src/lib-imap/Makefile.am @@ -53,7 +53,7 @@ test_libs = \ test_imap_SOURCES = \ test-imap.c -test_imap_LDADD = $(test_libs) $(LTLIBICONV) +test_imap_LDADD = $(test_libs) $(LIBICONV) test_imap_DEPENDENCIES = $(test_libs) check: check-am check-test diff --git a/src/lib-index/Makefile.am b/src/lib-index/Makefile.am index 2f97c39730..1e70ebaac2 100644 --- a/src/lib-index/Makefile.am +++ b/src/lib-index/Makefile.am @@ -73,7 +73,7 @@ test_index_SOURCES = \ test_headers = \ test-index.h -test_index_LDADD = $(test_libs) $(LTLIBICONV) +test_index_LDADD = $(test_libs) $(LIBICONV) test_index_DEPENDENCIES = $(test_libs) check: check-am check-test diff --git a/src/lib-mail/Makefile.am b/src/lib-mail/Makefile.am index 0f2764a5e3..81458b36d7 100644 --- a/src/lib-mail/Makefile.am +++ b/src/lib-mail/Makefile.am @@ -61,7 +61,7 @@ test_libs = \ test_mail_SOURCES = \ test-mail.c -test_mail_LDADD = $(test_libs) $(LTLIBICONV) +test_mail_LDADD = $(test_libs) $(LIBICONV) test_mail_DEPENDENCIES = $(test_libs) check: check-am check-test