summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/libxml/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d91c8b76..22043aa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
+
+ * include/libxml/Makefile.am: added schematron.h, oops ...
+
Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemastypes.c: Added creation of the content type of
diff --git a/include/libxml/Makefile.am b/include/libxml/Makefile.am
index 03f95647..bf03a3b2 100644
--- a/include/libxml/Makefile.am
+++ b/include/libxml/Makefile.am
@@ -48,7 +48,8 @@ xmlinc_HEADERS = \
xmlwriter.h \
chvalid.h \
pattern.h \
- xmlsave.h
+ xmlsave.h \
+ schematron.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir)