summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-15 22:22:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-15 22:22:04 +0000
commit96ed5832c7433bc2f4e57b1d5283da835f67a824 (patch)
tree42961014b650d7c61ad2564dace2909d1ec6e370 /example/Makefile.am
parentd7e4d65e1108eca16adec0d294c5782bc03c5f30 (diff)
downloadlibxml2-96ed5832c7433bc2f4e57b1d5283da835f67a824.tar.gz
- Makefile.am example/Makefile.am: Laszlo PETER provided a fix
when using -liconv - TODO: updated Daniel
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index f2046c99..42a357c7 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -4,5 +4,5 @@ INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
-I@srcdir@
-LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ -lm
+LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm