summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 532d2909b..9ce58c1ff 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -1,5 +1,10 @@
AM_CPPFLAGS = -I$(top_srcdir)/src/include $(LIBGCRYPT_CFLAGS) $(POSTGRESQL_CPPFLAGS)
+talerincludedir = $(includedir)/taler
+
+talerinclude_HEADERS = \
+ db_pq.h
+
lib_LTLIBRARIES = \
libtalerpq.la