aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-07 09:38:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-07 09:38:02 +0000
commit5eb9dea8be2fcf18fee419ee740b09e405a61efd (patch)
tree479494902644665a9d2007fc0fc7235adb89e0b7 /Makefile.am
parenta050d23085c1bf61097e72c9ef045e6e29bf1ca8 (diff)
downloadandroid_external_libxml2-5eb9dea8be2fcf18fee419ee740b09e405a61efd.tar.gz
android_external_libxml2-5eb9dea8be2fcf18fee419ee740b09e405a61efd.tar.bz2
android_external_libxml2-5eb9dea8be2fcf18fee419ee740b09e405a61efd.zip
Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel
* Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b2aa40f..f52516d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ bin_PROGRAMS = xmllint xmlcatalog
bin_SCRIPTS=xml2-config
lib_LTLIBRARIES = libxml2.la
-libxml2_la_LIBADD = @Z_LIBS@ -lm
+libxml2_la_LIBADD = @Z_LIBS@ $(ICONV_LIBS) -lm
libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@