summaryrefslogtreecommitdiff
path: root/src/benchmark/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-24 16:02:22 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-24 16:02:22 +0200
commit3ed6d650a6c0c9e4ae8169be4fd24b92c90670f1 (patch)
tree7c7a74cce4b6bd4376a61acccbdf0ffe145a13bf /src/benchmark/Makefile.am
parent87b1141f877819a1e8500fe86f04d536998f476e (diff)
downloadexchange-3ed6d650a6c0c9e4ae8169be4fd24b92c90670f1.tar.gz
exchange-3ed6d650a6c0c9e4ae8169be4fd24b92c90670f1.tar.bz2
exchange-3ed6d650a6c0c9e4ae8169be4fd24b92c90670f1.zip
Fix benchmark.
Importing the _merchant_ benchmark source file here and including it into the compilation system.
Diffstat (limited to 'src/benchmark/Makefile.am')
-rw-r--r--src/benchmark/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index d8c1f1642..a0589f155 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -10,7 +10,7 @@ bin_PROGRAMS = \
taler-exchange-benchmark
taler_exchange_benchmark_SOURCES = \
- taler-exchange-benchmark.c
+ taler-exchange-benchmark-new.c
taler_exchange_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/json/libtalerjson.la \