Makefile.am 852 B

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