diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-15 22:22:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-15 22:22:04 +0000 |
commit | 96ed5832c7433bc2f4e57b1d5283da835f67a824 (patch) | |
tree | 42961014b650d7c61ad2564dace2909d1ec6e370 /example | |
parent | d7e4d65e1108eca16adec0d294c5782bc03c5f30 (diff) | |
download | libxml2-96ed5832c7433bc2f4e57b1d5283da835f67a824.tar.gz |
- Makefile.am example/Makefile.am: Laszlo PETER provided a fix
when using -liconv
- TODO: updated
Daniel
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 2 |
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 |