Makefile.am 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. SUBDIRS = pqxx
  2. nobase_include_HEADERS= pqxx/pqxx \
  3. pqxx/array pqxx/array.hxx \
  4. pqxx/binarystring pqxx/binarystring.hxx \
  5. pqxx/blob pqxx/blob.hxx \
  6. pqxx/composite pqxx/composite.hxx \
  7. pqxx/connection pqxx/connection.hxx \
  8. pqxx/cursor pqxx/cursor.hxx \
  9. pqxx/dbtransaction pqxx/dbtransaction.hxx \
  10. pqxx/errorhandler pqxx/errorhandler.hxx \
  11. pqxx/except pqxx/except.hxx \
  12. pqxx/field pqxx/field.hxx \
  13. pqxx/isolation pqxx/isolation.hxx \
  14. pqxx/largeobject pqxx/largeobject.hxx \
  15. pqxx/nontransaction pqxx/nontransaction.hxx \
  16. pqxx/notification pqxx/notification.hxx \
  17. pqxx/params pqxx/params.hxx \
  18. pqxx/pipeline pqxx/pipeline.hxx \
  19. pqxx/prepared_statement pqxx/prepared_statement.hxx \
  20. pqxx/range pqxx/range.hxx \
  21. pqxx/result pqxx/result.hxx \
  22. pqxx/robusttransaction pqxx/robusttransaction.hxx \
  23. pqxx/separated_list pqxx/separated_list.hxx \
  24. pqxx/strconv pqxx/strconv.hxx \
  25. pqxx/stream_from pqxx/stream_from.hxx \
  26. pqxx/stream_to pqxx/stream_to.hxx \
  27. pqxx/subtransaction pqxx/subtransaction.hxx \
  28. pqxx/time pqxx/time.hxx \
  29. pqxx/transaction pqxx/transaction.hxx \
  30. pqxx/transaction_base pqxx/transaction_base.hxx \
  31. pqxx/transaction_focus pqxx/transaction_focus.hxx \
  32. pqxx/transactor pqxx/transactor.hxx \
  33. pqxx/row pqxx/row.hxx \
  34. pqxx/util pqxx/util.hxx \
  35. pqxx/types pqxx/types.hxx \
  36. pqxx/zview pqxx/zview.hxx \
  37. pqxx/version pqxx/version.hxx \
  38. pqxx/internal/array-composite.hxx \
  39. pqxx/internal/callgate.hxx \
  40. pqxx/internal/concat.hxx \
  41. pqxx/internal/conversions.hxx \
  42. pqxx/internal/encoding_group.hxx \
  43. pqxx/internal/encodings.hxx \
  44. pqxx/internal/header-pre.hxx \
  45. pqxx/internal/header-post.hxx \
  46. pqxx/internal/ignore-deprecated-post.hxx \
  47. pqxx/internal/ignore-deprecated-pre.hxx \
  48. pqxx/internal/libpq-forward.hxx \
  49. pqxx/internal/result_iter.hxx \
  50. pqxx/internal/result_iterator.hxx \
  51. pqxx/internal/sql_cursor.hxx \
  52. pqxx/internal/statement_parameters.hxx \
  53. pqxx/internal/stream_iterator.hxx \
  54. pqxx/internal/wait.hxx \
  55. pqxx/internal/gates/connection-errorhandler.hxx \
  56. pqxx/internal/gates/connection-largeobject.hxx \
  57. pqxx/internal/gates/connection-notification_receiver.hxx \
  58. pqxx/internal/gates/connection-pipeline.hxx \
  59. pqxx/internal/gates/connection-sql_cursor.hxx \
  60. pqxx/internal/gates/connection-transaction.hxx \
  61. pqxx/internal/gates/errorhandler-connection.hxx \
  62. pqxx/internal/gates/icursorstream-icursor_iterator.hxx \
  63. pqxx/internal/gates/icursor_iterator-icursorstream.hxx \
  64. pqxx/internal/gates/result-connection.hxx \
  65. pqxx/internal/gates/result-creation.hxx \
  66. pqxx/internal/gates/result-pipeline.hxx \
  67. pqxx/internal/gates/result-sql_cursor.hxx \
  68. pqxx/internal/gates/transaction-sql_cursor.hxx \
  69. pqxx/internal/gates/transaction-transaction_focus.hxx
  70. nobase_nodist_include_HEADERS = \
  71. pqxx/config-public-compiler.h
  72. EXTRA_DIST = \
  73. pqxx/doc/*.md \
  74. pqxx/doc/mainpage.md.template \
  75. pqxx/version.hxx.template