mirror of
https://github.com/GNOME/libxml2.git
synced 2025-01-30 17:30:01 +08:00
- 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:
parent
19d6111574
commit
d3c68c4642
@ -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
|
||||
|
@ -6,3 +6,4 @@
|
||||
#undef HAVE_ISNAN
|
||||
#undef HAVE_LIBHISTORY
|
||||
#undef HAVE_LIBREADLINE
|
||||
#undef SOCKLEN_T
|
||||
|
@ -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
|
||||
|
@ -33,6 +33,7 @@ LIBSRCS=HTMLparser.c \
|
||||
xmlIO.c \
|
||||
xmlmemory.c \
|
||||
xpath.c \
|
||||
xpointer.c \
|
||||
uri.c
|
||||
|
||||
LIBOBJS=$(LIBSRCS:.c=.o)
|
||||
|
Loading…
Reference in New Issue
Block a user