summaryrefslogtreecommitdiff
path: root/src/benchmark/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-04 11:06:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-04 11:06:37 +0200
commitc97292593371e591dc7ba4c38947ebf228b13eb2 (patch)
treec95f271116cd47af810c0fb6e980108283724b6c /src/benchmark/Makefile.am
parent1c1d28d3f5746fac496b517d0b3b78ca1726f01f (diff)
downloadexchange-c97292593371e591dc7ba4c38947ebf228b13eb2.tar.gz
exchange-c97292593371e591dc7ba4c38947ebf228b13eb2.tar.bz2
exchange-c97292593371e591dc7ba4c38947ebf228b13eb2.zip
fix aggregator benchmark generation logic
Diffstat (limited to 'src/benchmark/Makefile.am')
-rw-r--r--src/benchmark/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 2965d62dc..7c5ceefd6 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -20,6 +20,7 @@ taler_aggregator_benchmark_SOURCES = \
taler_aggregator_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
+ $(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetjson \
-ljansson \