- Makefile.am include/Makefile.am include/win32config.h
  win32/Makefile.mingw: fixed problems reported by Wayne Davison
  and make distcheck
Daniel
diff --git a/ChangeLog b/ChangeLog
index bce67b4..f2ea765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* Makefile.am include/Makefile.am include/win32config.h
+	  win32/Makefile.mingw: fixed problems reported by Wayne Davison
+	  and make distcheck
+
 Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
diff --git a/acconfig.h b/acconfig.h
index 49f419f..e29c0f9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,3 +6,4 @@
 #undef HAVE_ISNAN
 #undef HAVE_LIBHISTORY
 #undef HAVE_LIBREADLINE
+#undef SOCKLEN_T
diff --git a/include/Makefile.am b/include/Makefile.am
index e2375fe..aa84577 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -22,8 +22,10 @@
 		libxml/nanoftp.h \
 		libxml/uri.h \
 		libxml/valid.h \
-		libxml/xlink.h
+		libxml/xlink.h \
+		libxml/xmlversion.h
 
 install-exec-hook:
 	$(mkinstalldirs) $(xmlincdir) $(xmlincdir)/libxml
 
+EXTRA_DIST = win32config.h
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 11ff7bc..162fd5e 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -33,6 +33,7 @@
 	xmlIO.c		\

 	xmlmemory.c	\

 	xpath.c		\

+	xpointer.c	\

 	uri.c

 

 LIBOBJS=$(LIBSRCS:.c=.o)