diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-13 23:14:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-13 23:14:50 +0100 |
commit | 88cb57de83ddb284f064a72f775514258a13f0b1 (patch) | |
tree | b0b9982e8c2296e210fcfb4cd973076149408589 /src/benchmark | |
parent | 5f6d867469bd5ae89be12dabd05e7457ba736c22 (diff) |
fix link
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am index c22da864b..03dfdf3b5 100644 --- a/src/benchmark/Makefile.am +++ b/src/benchmark/Makefile.am @@ -17,7 +17,6 @@ taler_exchange_benchmark_SOURCES = \ taler-exchange-benchmark.c taler_exchange_benchmark_LDADD = \ $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/lib/libtalerexchange.la \ @@ -31,5 +30,4 @@ taler_exchange_benchmark_LDADD = \ EXTRA_DIST = \ benchmark.conf \ - exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv - + exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv |