exchange

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

commit 2a5691d8f883f0648748069c4931015aafd749de
parent 0ab29c68c884599f3b19760e9487ff7bddd8ada8
Author: Sree Harsha Totakura <sreeharsha@totakura.in>
Date:   Thu, 26 Mar 2015 19:27:53 +0100

db: testcase depends on the postgres plugin

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

diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am @@ -144,3 +144,5 @@ test_mint_db_postgres_LDADD = \ $(top_srcdir)/src/util/libtalerutil.la \ $(top_srcdir)/src/pq/libtalerpq.la \ -lgnunetutil -ljansson +EXTRA_test_mint_db_postgres_DEPENDENCIES = \ + libtaler_plugin_mintdb_postgres.la