changeset 9303:84f3d92ea9e8 HEAD

And fix for last change: Use LIBICONV, not LTLIBICONV when linking.
author Timo Sirainen <tss@iki.fi>
date Sun, 17 May 2009 14:42:13 -0400
parents c90da6423ff3
children 58c240b45d24
files src/lib-imap/Makefile.am src/lib-index/Makefile.am src/lib-mail/Makefile.am
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-imap/Makefile.am	Sun May 17 14:40:34 2009 -0400
+++ b/src/lib-imap/Makefile.am	Sun May 17 14:42:13 2009 -0400
@@ -53,7 +53,7 @@
 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
--- a/src/lib-index/Makefile.am	Sun May 17 14:40:34 2009 -0400
+++ b/src/lib-index/Makefile.am	Sun May 17 14:42:13 2009 -0400
@@ -73,7 +73,7 @@
 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
--- a/src/lib-mail/Makefile.am	Sun May 17 14:40:34 2009 -0400
+++ b/src/lib-mail/Makefile.am	Sun May 17 14:42:13 2009 -0400
@@ -61,7 +61,7 @@
 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