diff --git a/configure.in b/configure.in index 2a65e446..1ff3a435 100644 --- a/configure.in +++ b/configure.in @@ -595,6 +595,6 @@ AC_SUBST(RDL_LIBS) 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 8d8a3d76..97f3394b 100644 --- a/include/libxml/Makefile.am +++ b/include/libxml/Makefile.am @@ -27,7 +27,6 @@ xmlinc_HEADERS = \ valid.h \ xlink.h \ xmlversion.h \ - xmlwin32version.h \ DOCBparser.h \ catalog.h \ threads.h \ @@ -43,4 +42,4 @@ xmlinc_HEADERS = \ install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(xmlincdir) -EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in +EXTRA_DIST = xmlversion.h.in