exchange

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

commit d589293557115910482af2c89cd6c5df5a10cd30
parent 8cd29d1670d5c9cb8d96bc4d68effa155fd65f46
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 18 Jun 2015 13:49:23 +0200

need to link benchmark against libjansson

Diffstat:
Msrc/mintdb/Makefile.am | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/mintdb/Makefile.am b/src/mintdb/Makefile.am @@ -47,7 +47,7 @@ check_PROGRAMS = \ test-mintdb-deposits \ test-mintdb-keyio \ test-mintdb-postgres \ - perf-mintdb + perf-mintdb TESTS = \ test-mintdb-postgres @@ -79,15 +79,16 @@ test_mintdb_postgres_LDADD = \ -lgnunetutil -ljansson perf_mintdb_SOURCES = \ - perf_taler_mintdb.c \ - perf_taler_mintdb_init.c \ - perf_taler_mintdb_interpreter.c + perf_taler_mintdb.c \ + perf_taler_mintdb_init.c \ + perf_taler_mintdb_interpreter.c perf_mintdb_LDADD = \ - libtalermintdb.la \ + libtalermintdb.la \ $(top_srcdir)/src/util/libtalerutil.la \ $(top_srcdir)/src/pq/libtalerpq.la \ - -lgnunetutil + -ljansson \ + -lgnunetutil EXTRA_test_mintdb_postgres_DEPENDENCIES = \