mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
* include/Makefile.am include/libxml/Makefile.am: fixed make distcheck and rebuilding the rpms Daniel
37 lines
596 B
Makefile
37 lines
596 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
xmlincdir = $(includedir)
|
|
|
|
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
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
|
|
|
|
EXTRA_DIST = xmlversion.h.in
|