diff options
| author | Christian Grothoff <christian@grothoff.org> | 2016-05-31 18:59:19 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2016-05-31 18:59:19 +0200 |
| commit | 07449ce578347a79fcff9fda0164b7b7782cec80 (patch) | |
| tree | cad0cd771065d97d313397d0c769182384343447 /src/benchmark | |
| parent | bc7c9e686ed24acc8d690f32d184c516858c77a1 (diff) | |
| parent | c6d1fb3ceb75e7cd5c3ccd320690bc3334240bde (diff) | |
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
Diffstat (limited to 'src/benchmark')
| -rw-r--r-- | src/benchmark/Makefile.am | 6 | ||||
| -rwxr-xr-x | src/benchmark/taler-exchange-benchmark | bin | 24848 -> 0 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am index 4deb8172..e92a1394 100644 --- a/src/benchmark/Makefile.am +++ b/src/benchmark/Makefile.am @@ -13,9 +13,9 @@ taler_exchange_benchmark_SOURCES = \ taler-exchange-benchmark.c taler_exchange_benchmark_LDADD = \ $(LIBGCRYPT_LIBS) \ - -ltalerexchange \ - -ltalerjson \ - -ltalerutil \ + $(top_builddir)/src/json/libtalerjson.la \ + $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/exchange-lib/libtalerexchange.la \ -lgnunetjson \ -lgnunetcurl \ -lgnunetutil \ diff --git a/src/benchmark/taler-exchange-benchmark b/src/benchmark/taler-exchange-benchmark Binary files differdeleted file mode 100755 index ae793dc9..00000000 --- a/src/benchmark/taler-exchange-benchmark +++ /dev/null |
