added schematron.h, oops ... Daniel

* include/libxml/Makefile.am: added schematron.h, oops ...
Daniel
diff --git a/ChangeLog b/ChangeLog
index d91c8b7..22043aa 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 03f9564..bf03a3b 100644
--- a/include/libxml/Makefile.am
+++ b/include/libxml/Makefile.am
@@ -48,7 +48,8 @@
 		xmlwriter.h \
 		chvalid.h \
 		pattern.h \
-		xmlsave.h
+		xmlsave.h \
+		schematron.h
 
 install-exec-hook:
 	$(mkinstalldirs) $(DESTDIR)$(xmlincdir)