need to link benchmark against libjansson
This commit is contained in:
parent
8cd29d1670
commit
d589293557
@ -47,7 +47,7 @@ check_PROGRAMS = \
|
|||||||
test-mintdb-deposits \
|
test-mintdb-deposits \
|
||||||
test-mintdb-keyio \
|
test-mintdb-keyio \
|
||||||
test-mintdb-postgres \
|
test-mintdb-postgres \
|
||||||
perf-mintdb
|
perf-mintdb
|
||||||
|
|
||||||
TESTS = \
|
TESTS = \
|
||||||
test-mintdb-postgres
|
test-mintdb-postgres
|
||||||
@ -79,15 +79,16 @@ test_mintdb_postgres_LDADD = \
|
|||||||
-lgnunetutil -ljansson
|
-lgnunetutil -ljansson
|
||||||
|
|
||||||
perf_mintdb_SOURCES = \
|
perf_mintdb_SOURCES = \
|
||||||
perf_taler_mintdb.c \
|
perf_taler_mintdb.c \
|
||||||
perf_taler_mintdb_init.c \
|
perf_taler_mintdb_init.c \
|
||||||
perf_taler_mintdb_interpreter.c
|
perf_taler_mintdb_interpreter.c
|
||||||
|
|
||||||
perf_mintdb_LDADD = \
|
perf_mintdb_LDADD = \
|
||||||
libtalermintdb.la \
|
libtalermintdb.la \
|
||||||
$(top_srcdir)/src/util/libtalerutil.la \
|
$(top_srcdir)/src/util/libtalerutil.la \
|
||||||
$(top_srcdir)/src/pq/libtalerpq.la \
|
$(top_srcdir)/src/pq/libtalerpq.la \
|
||||||
-lgnunetutil
|
-ljansson \
|
||||||
|
-lgnunetutil
|
||||||
|
|
||||||
|
|
||||||
EXTRA_test_mintdb_postgres_DEPENDENCIES = \
|
EXTRA_test_mintdb_postgres_DEPENDENCIES = \
|
||||||
|
Loading…
Reference in New Issue
Block a user