diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-15 16:45:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-15 22:54:58 +0200 |
commit | f59246e763cce70819f3ea8cc9b2f20732506912 (patch) | |
tree | 5f46c7238cb2fbfd225c41560a0e8d7ec74fbb21 /src/benchmark/Makefile.am | |
parent | 3876b70eb4daeaa04050fdaf5a2f9f625a879ff6 (diff) |
clean up blobs
clean up blobs
clean up blobs
clean up blobs
pass -c option to taler services, ship with reasonable config
exclude live-keys from config
Diffstat (limited to 'src/benchmark/Makefile.am')
-rw-r--r-- | src/benchmark/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am index a5aef47e3..f2c299b64 100644 --- a/src/benchmark/Makefile.am +++ b/src/benchmark/Makefile.am @@ -24,4 +24,7 @@ taler_exchange_benchmark_LDADD = \ EXTRA_DIST = \ taler-exchange-benchmark.conf \ bank-details.json \ - merchant-details.json + merchant-details.json \ + test_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv \ + test_benchmark_home/.config/taler/test.json \ + test_benchmark_home/.config/taler/sepa.json |