summaryrefslogtreecommitdiff
path: root/src/benchmark
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-19 21:36:08 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-19 21:36:08 -0500
commite02c850acf157c682fa247f5d5c27d3155f6190b (patch)
treeab61edaa7fea12c6743406737ec13928a39ed517 /src/benchmark
parent82bdb6b1aa75b8181fe290e9eeca211d90a48b01 (diff)
downloadexchange-e02c850acf157c682fa247f5d5c27d3155f6190b.tar.gz
exchange-e02c850acf157c682fa247f5d5c27d3155f6190b.tar.bz2
exchange-e02c850acf157c682fa247f5d5c27d3155f6190b.zip
add libtalerextensions.la to _LDADD (two instances)
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here. * src/exchange-tools/Makefile.am (taler_auditor_offline_LDADD): Likewise.
Diffstat (limited to 'src/benchmark')
-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 87f1e7e5d..2b569c27a 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -37,6 +37,7 @@ taler_bank_benchmark_LDADD = \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
+ $(top_builddir)/src/extensions/libtalerextensions.la \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \