diff options
Diffstat (limited to 'src/benchmark/Makefile.am')
-rw-r--r-- | src/benchmark/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am index b62e88465..764aef4da 100644 --- a/src/benchmark/Makefile.am +++ b/src/benchmark/Makefile.am @@ -15,6 +15,10 @@ bin_PROGRAMS = \ taler-bank-benchmark \ taler-exchange-benchmark +bin_SCRIPTS = \ + taler-benchmark-setup.sh + + taler_aggregator_benchmark_SOURCES = \ taler-aggregator-benchmark.c taler_aggregator_benchmark_LDADD = \ @@ -66,4 +70,5 @@ taler_exchange_benchmark_LDADD = \ EXTRA_DIST = \ benchmark-cs.conf \ benchmark-rsa.conf \ + $(bin_SCRIPTS) \ exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv |