1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-18 14:21:02 +03:00
Files
libxml2/include/libxml/Makefile.am
Daniel Veillard 6661ffa5a9 missing globals.h Daniel
* include/libxml/Makefile.am: missing globals.h
Daniel
2001-10-13 14:18:17 +00:00

40 lines
652 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 \
xmlwin32version.h \
DOCBparser.h \
catalog.h \
threads.h \
globals.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir)
EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in