summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-07-02 19:06:16 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-07-02 19:06:16 -0400
commitdc17320a883a28bb58e4f695a977393cd707a06a (patch)
tree635f6cc097de5e8182b61672a886c1f377a1c46e /src
parentff2eb4f3ddf513f80e8e7dc3ab474a218ee928f4 (diff)
downloadexchange-dc17320a883a28bb58e4f695a977393cd707a06a.tar.gz
exchange-dc17320a883a28bb58e4f695a977393cd707a06a.tar.bz2
exchange-dc17320a883a28bb58e4f695a977393cd707a06a.zip
add libtalerexchange.la to _LDADD
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here.
Diffstat (limited to 'src')
-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 585ce4990..b62e88465 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -32,6 +32,7 @@ taler_bank_benchmark_SOURCES = \
taler_bank_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/testing/libtalertesting.la \
+ $(top_builddir)/src/lib/libtalerexchange.la \
$(top_builddir)/src/bank-lib/libtalerfakebank.la \
$(top_builddir)/src/bank-lib/libtalerbank.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \