Merijn Broeren pointed out a problem when compiling with trio and schemas.

* Makefile.am: Merijn Broeren pointed out a problem when compiling
  with trio and schemas.
Daniel
diff --git a/ChangeLog b/ChangeLog
index 6fb19df..1dd094a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am: Merijn Broeren pointed out a problem when compiling
+	  with trio and schemas.
+
 Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
 	* xpath.c: patch from Richard Jinks to fix the problem raised in
diff --git a/Makefile.am b/Makefile.am
index b507fa2..9685540 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@
 		valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c  \
 		xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
 		catalog.c globals.c threads.c c14n.c \
-		xmlregexp.c xmlschemas.c schemastypes.c xmlunicode.c \
+		xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
 		triostr.c trio.c
 else
 libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \