From af475bb53710efaac513258f7701922aad36d115 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 17 Mar 2003 06:44:43 +0200 Subject: [PATCH] iconv fixes --HG-- branch : HEAD --- src/imap/Makefile.am | 2 +- src/pop3/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imap/Makefile.am b/src/imap/Makefile.am index b469829dd9..279463da1b 100644 --- a/src/imap/Makefile.am +++ b/src/imap/Makefile.am @@ -22,7 +22,7 @@ imap_LDADD = \ ../lib-mail/libmail.a \ ../lib-charset/libcharset.a \ ../lib/liblib.a \ - @LTLIBICONV@ + $(LTLIBICONV) cmds = \ cmd-append.c \ diff --git a/src/pop3/Makefile.am b/src/pop3/Makefile.am index a74e3e6a1d..5af9e0afd4 100644 --- a/src/pop3/Makefile.am +++ b/src/pop3/Makefile.am @@ -22,7 +22,7 @@ pop3_LDADD = \ ../lib-mail/libmail.a \ ../lib-charset/libcharset.a \ ../lib/liblib.a \ - @LTLIBICONV@ + $(LTLIBICONV) pop3_SOURCES = \ client.c \ -- 2.47.3