Added memory debug wrappers, killed all detected memory leaks, Daniel
diff --git a/Makefile.am b/Makefile.am
index 36fde35..c9f228d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@
 		tree.c \
 		xpath.c \
 		xmlIO.c \
+		xmlmemory.c \
 		valid.c
 
 xmlincdir = $(includedir)/gnome-xml
@@ -41,6 +42,7 @@
 		tree.h \
 		xpath.h \
 		xmlIO.h \
+		xmlmemory.h \
 		valid.h
 
 DEPS = $(top_builddir)/libxml.la