-rw-r--r-- | include/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..3e043d3 --- a/dev/null +++ b/include/Makefile.am | |||
@@ -0,0 +1,12 @@ | |||
1 | EXTRA_DIST = konforka/pqxx_pile.h | ||
2 | EXTRA_HEADERS= | ||
3 | if HAVE_PQXX | ||
4 | EXTRA_HEADERS += konforka/pqxx_pile.h | ||
5 | endif | ||
6 | |||
7 | nobase_include_HEADERS = \ | ||
8 | konforka/exception.h \ | ||
9 | konforka/basic_wrapper.h konforka/responsible_wrapper.h \ | ||
10 | konforka/resource_pile.h \ | ||
11 | konforka/pointer_map.h \ | ||
12 | ${EXTRA_HEADERS} | ||