Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,
etc... See Changelog, Daniel.
diff --git a/Makefile.am b/Makefile.am
index 3ba96ef..3a0105c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@
 		xpath.c \
 		xmlIO.c \
 		xmlmemory.c \
+		nanohttp.c \
 		valid.c
 
 xmlincdir = $(includedir)/gnome-xml
@@ -43,6 +44,7 @@
 		xpath.h \
 		xmlIO.h \
 		xmlmemory.h \
+		nanohttp.h \
 		valid.h
 
 DEPS = $(top_builddir)/libxml.la