added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel

* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
  fix bug #96586
Daniel
diff --git a/ChangeLog b/ChangeLog
index a63d38a..fe72bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+	* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
+	  fix bug #96586
+
 Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
 	* HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
diff --git a/include/Makefile.am b/include/Makefile.am
index cd4d00c..7dbfaa5 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 SUBDIRS=libxml
 
-EXTRA_DIST = win32config.h
+EXTRA_DIST = win32config.h wsockcompat.h