aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorBjorn Reese <breese@src.gnome.org>2001-03-03 12:09:03 +0000
committerBjorn Reese <breese@src.gnome.org>2001-03-03 12:09:03 +0000
commite1dc0114ac95b4d86c61a05169a3d8eb80fccff3 (patch)
tree97a2049cbb18d94f228dbf04536800139e668ee1 /example
parentf9533d145704251cbbf8b099f0d3432ff648b9ae (diff)
downloadandroid_external_libxml2-e1dc0114ac95b4d86c61a05169a3d8eb80fccff3.tar.gz
android_external_libxml2-e1dc0114ac95b4d86c61a05169a3d8eb80fccff3.tar.bz2
android_external_libxml2-e1dc0114ac95b4d86c61a05169a3d8eb80fccff3.zip
xmlXPathNodeCollectAndTest fixed (by William Brack)
xmlXPathFormatNumber added xmlXPathNodeSetSort changed
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 67d2a284..f2046c99 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@
+LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ -lm