blob: e2375fe8ec268c5841dca96aecfaa5761a27b8f0 [file] [log] [blame]
Daniel Veillarde8282ed2000-10-10 23:01:31 +00001## Process this file with automake to produce Makefile.in
2
3xmlincdir = $(includedir)
4
5xmlinc_HEADERS = \
6 libxml/xmlversion.h.in \
7 libxml/SAX.h \
8 libxml/entities.h \
9 libxml/encoding.h \
10 libxml/parser.h \
11 libxml/parserInternals.h \
12 libxml/xmlerror.h \
13 libxml/HTMLparser.h \
14 libxml/HTMLtree.h \
15 libxml/debugXML.h \
16 libxml/tree.h \
17 libxml/xpath.h \
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000018 libxml/xpointer.h \
Daniel Veillarde8282ed2000-10-10 23:01:31 +000019 libxml/xmlIO.h \
20 libxml/xmlmemory.h \
21 libxml/nanohttp.h \
22 libxml/nanoftp.h \
23 libxml/uri.h \
24 libxml/valid.h \
25 libxml/xlink.h
26
27install-exec-hook:
28 $(mkinstalldirs) $(xmlincdir) $(xmlincdir)/libxml
29