summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-28 07:40:36 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-28 07:40:36 +0000
commitb42042b57d7417d9b1966ec32de9f226a5c14444 (patch)
treeffd4f3679d2d2a31f07dfddc725960593b5d8c87 /example/Makefile.am
parentee0a4660b00c676b5f7e6697d6338ff68382adcf (diff)
downloadlibxml2-b42042b57d7417d9b1966ec32de9f226a5c14444.tar.gz
Renamed the library to libxml2 and made the changes needed to have
libxml-devel and libxml2-devel to coexist: - Makefile.am configure.in libxml.spec.in example/Makefile.am: Changed the library name, in order to get libxml-devel and libxml2-devel to coexist on a single system - xml-config.1 xml-config.in xmlConf.sh.in: renamed - xml2-config.1 xml2-config.in xml2Conf.sh.in: new files 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 45429f39..67d2a284 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)/libxml.la @Z_LIBS@
+LDADD = $(top_builddir)/libxml2.la @Z_LIBS@