removed xmlwin32version.h
diff --git a/configure.in b/configure.in
index 2a65e44..1ff3a43 100644
--- a/configure.in
+++ b/configure.in
@@ -595,6 +595,6 @@
 rm -f rm COPYING.LIB COPYING
 ln -s Copyright COPYING
 
-AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile python/Makefile python/tests/Makefile include/libxml/xmlversion.h include/libxml/xmlwin32version.h xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py)
+AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile python/Makefile python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py)
 
 chmod +x xml2-config xml2Conf.sh python/setup.py
diff --git a/include/libxml/Makefile.am b/include/libxml/Makefile.am
index 8d8a3d7..97f3394 100644
--- a/include/libxml/Makefile.am
+++ b/include/libxml/Makefile.am
@@ -27,7 +27,6 @@
 		valid.h \
 		xlink.h \
 		xmlversion.h \
-		xmlwin32version.h \
 		DOCBparser.h \
 		catalog.h \
 		threads.h \
@@ -43,4 +42,4 @@
 install-exec-hook:
 	$(mkinstalldirs) $(DESTDIR)$(xmlincdir)
 
-EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in
+EXTRA_DIST = xmlversion.h.in