summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-30 10:56:29 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-30 10:56:29 +0100
commit494d9042381b39ce89cfc2d1312482e9907105fb (patch)
tree821fc116cc81caccad6932ed0710a3bb53c31762
parent7e462894288df92e93d1c44cbab86741c1d92798 (diff)
downloadexchange-494d9042381b39ce89cfc2d1312482e9907105fb.tar.gz
exchange-494d9042381b39ce89cfc2d1312482e9907105fb.tar.bz2
exchange-494d9042381b39ce89cfc2d1312482e9907105fb.zip
install db_pq header
-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