Revision: 136
Author: sucknblow
Date: 2006-07-27 18:40:13 -0700 (Thu, 27 Jul 2006)
ViewCVS: http://svn.sourceforge.net/pmplib/?rev=136&view=rev
Log Message:
-----------
Pass -liconv to linker on platforms that need it
Modified Paths:
--------------
trunk/lib/ucs2/Makefile.am
Modified: trunk/lib/ucs2/Makefile.am
===================================================================
--- trunk/lib/ucs2/Makefile.am 2006-07-28 01:37:08 UTC (rev 135)
+++ trunk/lib/ucs2/Makefile.am 2006-07-28 01:40:13 UTC (rev 136)
@@ -7,7 +7,7 @@
ucs2char.c \
ucs2char_iconv.c
-libpmpucs2_la_LDFLAGS = @ICONV_LIBS@ -no-undefined
+libpmpucs2_la_LDFLAGS = @ICONV_LIBS@ @LIBICONV@ -no-undefined
AM_CFLAGS = @CFLAGS@
INCLUDES = @INCLUDES@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|