Large commit of changes done while travelling to XML'99
- cleanups on memory use and parsers
- start of Link interfaces HTML and XLink
- rebuild the doc
- released as 1.8.0
Daniel
diff --git a/Makefile.am b/Makefile.am
index 54d6228..ed0b2bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,8 @@
 		xmlIO.c \
 		xmlmemory.c \
 		nanohttp.c \
-		valid.c
+		valid.c \
+		xlink.c
 
 xmlincdir = $(includedir)/gnome-xml
 xmlinc_HEADERS = \
@@ -46,7 +47,8 @@
 		xmlIO.h \
 		xmlmemory.h \
 		nanohttp.h \
-		valid.h
+		valid.h \
+		xlink.h
 
 DEPS = $(top_builddir)/libxml.la
 LDADDS = $(top_builddir)/libxml.la @Z_LIBS@ @M_LIBS@