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 catalog.h \ 30 threads.h \ 31 globals.h \ 32 c14n.h \ 33 xmlautomata.h \ 34 xmlregexp.h \ 35 xmlmodule.h \ 36 xmlschemas.h \ 37 schemasInternals.h \ 38 xmlschemastypes.h \ 39 xmlstring.h \ 40 xmlunicode.h \ 41 xmlreader.h \ 42 relaxng.h \ 43 dict.h \ 44 SAX2.h \ 45 xmlexports.h \ 46 xmlwriter.h \ 47 chvalid.h \ 48 pattern.h \ 49 xmlsave.h \ 50 schematron.h 51 52nodist_xmlinc_HEADERS = xmlversion.h 53 54EXTRA_DIST = xmlversion.h.in meson.build 55