mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel
57 lines
892 B
Makefile
57 lines
892 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 \
|
|
xmlmodule.h \
|
|
xmlschemas.h \
|
|
schemasInternals.h \
|
|
xmlschemastypes.h \
|
|
xmlstring.h \
|
|
xmlunicode.h \
|
|
xmlreader.h \
|
|
relaxng.h \
|
|
dict.h \
|
|
SAX2.h \
|
|
xmlexports.h \
|
|
xmlwriter.h \
|
|
chvalid.h \
|
|
pattern.h \
|
|
xmlsave.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(xmlincdir)
|
|
|
|
EXTRA_DIST = xmlversion.h.in
|