mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-17 02:02:39 +03:00
- configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
29 lines
579 B
Makefile
29 lines
579 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
xmlincdir = $(includedir)
|
|
|
|
xmlinc_HEADERS = \
|
|
libxml/xmlversion.h.in \
|
|
libxml/SAX.h \
|
|
libxml/entities.h \
|
|
libxml/encoding.h \
|
|
libxml/parser.h \
|
|
libxml/parserInternals.h \
|
|
libxml/xmlerror.h \
|
|
libxml/HTMLparser.h \
|
|
libxml/HTMLtree.h \
|
|
libxml/debugXML.h \
|
|
libxml/tree.h \
|
|
libxml/xpath.h \
|
|
libxml/xmlIO.h \
|
|
libxml/xmlmemory.h \
|
|
libxml/nanohttp.h \
|
|
libxml/nanoftp.h \
|
|
libxml/uri.h \
|
|
libxml/valid.h \
|
|
libxml/xlink.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(xmlincdir) $(xmlincdir)/libxml
|
|
|