1## Process this file with automake to produce Makefile.in 2 3xmlincdir = $(includedir)/libxml2/libxml 4 5xmlinc_HEADERS = \ 6 SAX.h \ 7 entities.h \ 8 encoding.h \ 9 parser.h \ 10 parserInternals.h \ 11 xmlerror.h \ 12 HTMLparser.h \ 13 HTMLtree.h \ 14 debugXML.h \ 15 tree.h \ 16 list.h \ 17 hash.h \ 18 xpath.h \ 19 xpathInternals.h \ 20 xpointer.h \ 21 xinclude.h \ 22 xmlIO.h \ 23 xmlmemory.h \ 24 nanohttp.h \ 25 nanoftp.h \ 26 uri.h \ 27 valid.h \ 28 xlink.h \ 29 xmlversion.h \ 30 DOCBparser.h \ 31 catalog.h \ 32 threads.h \ 33 globals.h \ 34 c14n.h \ 35 xmlautomata.h \ 36 xmlregexp.h \ 37 xmlmodule.h \ 38 xmlschemas.h \ 39 schemasInternals.h \ 40 xmlschemastypes.h \ 41 xmlstring.h \ 42 xmlunicode.h \ 43 xmlreader.h \ 44 relaxng.h \ 45 dict.h \ 46 SAX2.h \ 47 xmlexports.h \ 48 xmlwriter.h \ 49 chvalid.h \ 50 pattern.h \ 51 xmlsave.h \ 52 schematron.h 53 54EXTRA_DIST = xmlversion.h.in 55