mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-15 14:16:51 +03:00
* configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h include/libxml/Makefile.am include/libxml/xmlversion.h.in: added the xmlWriter module contributed by Alfred Mickautsch * include/libxml/tree.h: added room for line and extra information * xmlreader.c python/tests/reader6.py: bugfixing some problem some of them introduced in September * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API Daniel
53 lines
832 B
Makefile
53 lines
832 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
xmlincdir = $(includedir)/libxml2/libxml
|
|
|
|
xmlinc_HEADERS = \
|
|
SAX.h \
|
|
entities.h \
|
|
encoding.h \
|
|
parser.h \
|
|
parserInternals.h \
|
|
xmlerror.h \
|
|
HTMLparser.h \
|
|
HTMLtree.h \
|
|
debugXML.h \
|
|
tree.h \
|
|
list.h \
|
|
hash.h \
|
|
xpath.h \
|
|
xpathInternals.h \
|
|
xpointer.h \
|
|
xinclude.h \
|
|
xmlIO.h \
|
|
xmlmemory.h \
|
|
nanohttp.h \
|
|
nanoftp.h \
|
|
uri.h \
|
|
valid.h \
|
|
xlink.h \
|
|
xmlversion.h \
|
|
DOCBparser.h \
|
|
catalog.h \
|
|
threads.h \
|
|
globals.h \
|
|
c14n.h \
|
|
xmlautomata.h \
|
|
xmlregexp.h \
|
|
xmlschemas.h \
|
|
schemasInternals.h \
|
|
xmlschemastypes.h \
|
|
xmlunicode.h \
|
|
xmlreader.h \
|
|
relaxng.h \
|
|
dict.h \
|
|
SAX2.h \
|
|
xmlexports.h \
|
|
xmlwriter.h \
|
|
chvalid.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(xmlincdir)
|
|
|
|
EXTRA_DIST = xmlversion.h.in
|