Moved error.h to xml-error.h, associated fixed and updates, Daniel
diff --git a/Makefile.am b/Makefile.am
index cf87f47..a961e2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,6 @@
 		entities.c \
 		encoding.c \
 		error.c \
-		error.h \
 		parser.c \
 		debugXML.c \
 		tree.c \
@@ -28,6 +27,7 @@
 		parser.h \
 		parserInternals.h \
 		debugXML.h \
+		xml-error.h \
 		tree.h \
 		valid.h