- Makefile.am include/Makefile.am include/win32config.h

win32/Makefile.mingw: fixed problems reported by Wayne Davison
  and make distcheck
Daniel
This commit is contained in:
Daniel Veillard 2000-10-12 08:06:28 +00:00
parent 19d6111574
commit d3c68c4642
4 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -6,3 +6,4 @@
#undef HAVE_ISNAN
#undef HAVE_LIBHISTORY
#undef HAVE_LIBREADLINE
#undef SOCKLEN_T

View File

@ -22,8 +22,10 @@ xmlinc_HEADERS = \
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

View File

@ -33,6 +33,7 @@ LIBSRCS=HTMLparser.c \
xmlIO.c \
xmlmemory.c \
xpath.c \
xpointer.c \
uri.c
LIBOBJS=$(LIBSRCS:.c=.o)