summaryrefslogtreecommitdiff
path: root/src/benchmark/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-06 15:18:29 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-06 15:18:29 +0200
commit46047a6c142fd802d918ca5e6201ce0c7d9f17c0 (patch)
treea1a37d9189b823250c830d34f1fdbecb3c9fdceb /src/benchmark/Makefile.am
parent28140f90e800f37adea0cdcc3fd29a64f071c8eb (diff)
downloadexchange-46047a6c142fd802d918ca5e6201ce0c7d9f17c0.tar.gz
exchange-46047a6c142fd802d918ca5e6201ce0c7d9f17c0.tar.bz2
exchange-46047a6c142fd802d918ca5e6201ce0c7d9f17c0.zip
fix build
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 32765767a..4ac4efd67 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -17,6 +17,7 @@ taler_exchange_benchmark_SOURCES = \
taler-exchange-benchmark.c
taler_exchange_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \
+ $(top_builddir)/src/wire/libtalerwire.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
$(top_builddir)/src/exchange-lib/libtalerexchange.la \