-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 3e043d3..5fbf85e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,12 +1,13 @@ EXTRA_DIST = konforka/pqxx_pile.h EXTRA_HEADERS= if HAVE_PQXX EXTRA_HEADERS += konforka/pqxx_pile.h endif nobase_include_HEADERS = \ konforka/exception.h \ + konforka/util.h \ konforka/basic_wrapper.h konforka/responsible_wrapper.h \ konforka/resource_pile.h \ konforka/pointer_map.h \ ${EXTRA_HEADERS} |