summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-25 16:07:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-25 16:07:45 +0000
commit23793845ed5e7a5a4b5106a09863fa10bea5e7bf (patch)
treebcfcb41c47e93051b65721673dfaa2a181fcc715
parentf5498f3d4821efb6d0ba857e6fafcba4c3b00798 (diff)
downloadlibxml2-23793845ed5e7a5a4b5106a09863fa10bea5e7bf.tar.gz
- include/libxml/Makefile.am: Laszlo Peter pointed out that
includes were installed in the wrong dir Daniel
-rw-r--r--ChangeLog5
-rw-r--r--include/libxml/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23c24026..6091b8d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * include/libxml/Makefile.am: Laszlo Peter pointed out that
+ includes were installed in the wrong dir
+
Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* doc/html.xml: warn against sending code to exhibit bugs.
diff --git a/include/libxml/Makefile.am b/include/libxml/Makefile.am
index e7d91c58..38ad0ef5 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)
+xmlincdir = $(includedir)/libxml
xmlinc_HEADERS = \
SAX.h \