From: Timo Sirainen Date: Tue, 7 Apr 2009 17:01:12 +0000 (-0400) Subject: Removed LIBICONV from unnecessary places. X-Git-Tag: 2.0.alpha1~1017 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12eca0be161f694a4c83fbeb839ed26aa08e78dd;p=thirdparty%2Fdovecot%2Fcore.git Removed LIBICONV from unnecessary places. --HG-- branch : HEAD --- diff --git a/src/plugins/convert/Makefile.am b/src/plugins/convert/Makefile.am index 395ec90261..a2a2b18283 100644 --- a/src/plugins/convert/Makefile.am +++ b/src/plugins/convert/Makefile.am @@ -38,8 +38,7 @@ libs = \ convert_tool_LDADD = \ $(common_objects) \ - $(libs) \ - $(LIBICONV) + $(libs) convert_tool_DEPENDENCIES = $(libs) $(common_objects) diff --git a/src/plugins/expire/Makefile.am b/src/plugins/expire/Makefile.am index 83b8e77130..3b5dad58d8 100644 --- a/src/plugins/expire/Makefile.am +++ b/src/plugins/expire/Makefile.am @@ -38,9 +38,7 @@ libs = \ $(top_builddir)/src/lib-storage/libdovecot-storage.la \ $(top_builddir)/src/lib-dovecot/libdovecot.la -expire_tool_LDADD = \ - $(libs) \ - $(LIBICONV) +expire_tool_LDADD = $(libs) expire_tool_DEPENDENCIES = $(libs) diff --git a/src/plugins/fts-squat/Makefile.am b/src/plugins/fts-squat/Makefile.am index ba28af6ee1..963de9fac6 100644 --- a/src/plugins/fts-squat/Makefile.am +++ b/src/plugins/fts-squat/Makefile.am @@ -37,8 +37,7 @@ libs = \ squat_test_LDADD = \ $(common_objects) \ - $(libs) \ - $(LIBICONV) + $(libs) squat_test_DEPENDENCIES = $(libs) $(common_objects)