dovecot-2.0: And fix for last change: Use LIBICONV, not LTLIBICO...
dovecot at dovecot.org
dovecot at dovecot.org
Sun May 17 21:42:19 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/84f3d92ea9e8
changeset: 9303:84f3d92ea9e8
user: Timo Sirainen <tss at iki.fi>
date: Sun May 17 14:42:13 2009 -0400
description:
And fix for last change: Use LIBICONV, not LTLIBICONV when linking.
diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
src/lib-imap/Makefile.am | 2 +-
src/lib-index/Makefile.am | 2 +-
src/lib-mail/Makefile.am | 2 +-
diffs (36 lines):
diff -r c90da6423ff3 -r 84f3d92ea9e8 src/lib-imap/Makefile.am
--- 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_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 -r c90da6423ff3 -r 84f3d92ea9e8 src/lib-index/Makefile.am
--- 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_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 -r c90da6423ff3 -r 84f3d92ea9e8 src/lib-mail/Makefile.am
--- 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_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
More information about the dovecot-cvs
mailing list