Restore binary compat, more HTML stuff, allow stdin input, Daniel.
diff --git a/Makefile.am b/Makefile.am
index 07d02f5..e06d464 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@
 		HTMLparser.c \
 		debugXML.c \
 		tree.c \
+		HTMLtree.c \
 		valid.c
 
 xmlincdir = $(includedir)/gnome-xml
@@ -30,6 +31,7 @@
 		entities.h \
 		encoding.h \
 		parser.h \
+		HTMLparser.h \
 		parserInternals.h \
 		debugXML.h \
 		xml-error.h \