From 96ed5832c7433bc2f4e57b1d5283da835f67a824 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 15 Jun 2001 22:22:04 +0000 Subject: - Makefile.am example/Makefile.am: Laszlo PETER provided a fix when using -liconv - TODO: updated Daniel --- example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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 -- cgit v1.2.1