diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-06-11 18:50:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-06-11 18:50:23 +0200 |
commit | 7f972b6557b4a70169fc83ee4daec1df41dd3922 (patch) | |
tree | 7bfef9c03f050df9b2b7c56dc1b5ecbfabfb21eb /src/merchant-tools | |
parent | 9725b7d42505d7820fea6e28a638c06b7e81f893 (diff) |
-comment out taler-merchant-benchmark for now
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am index 987a0897..66cd8763 100644 --- a/src/merchant-tools/Makefile.am +++ b/src/merchant-tools/Makefile.am @@ -7,10 +7,11 @@ if USE_COVERAGE endif bin_PROGRAMS = \ - taler-merchant-benchmark \ taler-merchant-dbinit \ taler-merchant-setup-reserve +# taler-merchant-benchmark + taler_merchant_benchmark_SOURCES = \ taler-merchant-benchmark.c taler_merchant_benchmark_LDADD = \ |