summaryrefslogtreecommitdiff
path: root/src/benchmark/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 13:26:47 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 13:26:47 +0200
commitde925a355627dac7dbf4232790a58cddf36b2021 (patch)
tree2d59d5a73d195fa664cddd6306f5613ad8314f98 /src/benchmark/Makefile.am
parente6efd98b3b5c6041f3188779af9af0ba42a1a257 (diff)
downloadexchange-de925a355627dac7dbf4232790a58cddf36b2021.tar.gz
exchange-de925a355627dac7dbf4232790a58cddf36b2021.tar.bz2
exchange-de925a355627dac7dbf4232790a58cddf36b2021.zip
Benchmark.
Removing "-new" part from the source file.
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 49fb3cd82..08d7e03c0 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-new.c
+ taler-exchange-benchmark.c
taler_exchange_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/json/libtalerjson.la \