summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-12 20:19:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-12 20:19:58 +0000
commit07cdb2a84f11404d9f4afe2b89e599e96d79e36e (patch)
tree01510bccbe5f9ec91557b722f4180da0cb616c6c /include
parent04382ae3d6fbca19e73220337512a7e1c21c002f (diff)
downloadlibxml2-07cdb2a84f11404d9f4afe2b89e599e96d79e36e.tar.gz
moved includes to includedir/libxml2/libxml, updated the configuration
* config.h.in configure.in libxml.spec.in include/libxml/Makefile.am libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, updated the configuration scripts systems accordingly
Diffstat (limited to 'include')
-rw-r--r--include/libxml/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libxml/Makefile.am b/include/libxml/Makefile.am
index 38ad0ef5..d2843285 100644
--- a/include/libxml/Makefile.am
+++ b/include/libxml/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-xmlincdir = $(includedir)/libxml
+xmlincdir = $(includedir)/libxml2/libxml
xmlinc_HEADERS = \
SAX.h \
@@ -32,6 +32,6 @@ xmlinc_HEADERS = \
catalog.h
install-exec-hook:
- $(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
+ $(mkinstalldirs) $(DESTDIR)$(xmlincdir)/libxml2 $(DESTDIR)$(xmlincdir)/libxml2/libxml
EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in