[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Mon Mar 17 06:36:49 EET 2003


Update of /home/cvs/dovecot/src/pop3
In directory danu:/tmp/cvs-serv18254/src/pop3

Modified Files:
	Makefile.am 
Log Message:
Better iconv() checking.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	30 Jan 2003 19:52:39 -0000	1.2
+++ Makefile.am	17 Mar 2003 04:36:47 -0000	1.3
@@ -21,7 +21,8 @@
 	../lib-imap/libimap.a \
 	../lib-mail/libmail.a \
 	../lib-charset/libcharset.a \
-	../lib/liblib.a
+	../lib/liblib.a \
+	@LTLIBICONV@
 
 pop3_SOURCES = \
 	client.c \




More information about the dovecot-cvs mailing list