Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel.
diff --git a/Makefile.am b/Makefile.am
index 84f6c22..ac6b31f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@
 libxml_la_SOURCES = \
 		SAX.c \
 		entities.c \
+		encoding.c \
 		error.c \
 		error.h \
 		parser.c \
@@ -20,6 +21,7 @@
 xmlincdir = $(includedir)/gnome-xml
 xmlinc_HEADERS = \
 		entities.h \
+		encoding.h \
 		parser.h \
 		tree.h