exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 494d9042381b39ce89cfc2d1312482e9907105fb
parent 7e462894288df92e93d1c44cbab86741c1d92798
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 30 Jan 2015 10:56:29 +0100

install db_pq header

Diffstat:
Msrc/pq/Makefile.am | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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