Speed, conformance testing, more parsing, general improvements, Daniel.
diff --git a/Makefile.am b/Makefile.am
index df550e8..87a2bae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,8 @@
 		error.h \
 		parser.c \
 		debugXML.c \
-		tree.c
+		tree.c \
+		valid.c
 
 xmlincdir = $(includedir)/gnome-xml
 xmlinc_HEADERS = \
@@ -24,7 +25,8 @@
 		encoding.h \
 		parser.h \
 		debugXML.h \
-		tree.h
+		tree.h \
+		valid.h
 
 DEPS = $(top_builddir)/libxml.la
 LDADDS = $(top_builddir)/libxml.la @Z_LIBS@