- TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to

- TODO: updated
- xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
  libxml default allocation function with another set (like gmalloc/gfree).
- Makefile.am, uri.c, uri.h: added a set of functions to do exact (litteraly
  copied from the RFC 2396 productions) parsing and handling of URI.
Daniel
diff --git a/Makefile.am b/Makefile.am
index 5a89baa..b9d1fed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@
 		xmlmemory.c \
 		nanohttp.c \
 		nanoftp.c \
+		uri.c \
 		valid.c \
 		xlink.c
 
@@ -50,6 +51,7 @@
 		xmlmemory.h \
 		nanohttp.h \
 		nanoftp.h \
+		uri.h \
 		valid.h \
 		xlink.h