]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed LIBICONV from unnecessary places.
authorTimo Sirainen <tss@iki.fi>
Tue, 7 Apr 2009 17:01:12 +0000 (13:01 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 7 Apr 2009 17:01:12 +0000 (13:01 -0400)
--HG--
branch : HEAD

src/plugins/convert/Makefile.am
src/plugins/expire/Makefile.am
src/plugins/fts-squat/Makefile.am

index 395ec902613ed528f22b8e457cc5f47bdef37b65..a2a2b1828341eaa50fb5d0bb5f3f86309532bbeb 100644 (file)
@@ -38,8 +38,7 @@ libs = \
 
 convert_tool_LDADD = \
        $(common_objects) \
-       $(libs) \
-       $(LIBICONV)
+       $(libs)
 
 convert_tool_DEPENDENCIES = $(libs) $(common_objects)
 
index 83b8e771301a659333df39e13b155e8bd4eb4832..3b5dad58d84f71c913bfa556328839466b72c059 100644 (file)
@@ -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)
 
index ba28af6ee11ca06370ab00058f07c707b2b445de..963de9fac6303f812ae2aa2db6a651fcb2a8a0fa 100644 (file)
@@ -37,8 +37,7 @@ libs = \
 
 squat_test_LDADD = \
        $(common_objects) \
-       $(libs) \
-       $(LIBICONV)
+       $(libs)
 
 squat_test_DEPENDENCIES = $(libs) $(common_objects)