aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 18:59:19 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 18:59:19 +0200
commit07449ce578347a79fcff9fda0164b7b7782cec80 (patch)
treecad0cd771065d97d313397d0c769182384343447 /src/benchmark/Makefile.am
parentbc7c9e686ed24acc8d690f32d184c516858c77a1 (diff)
parentc6d1fb3ceb75e7cd5c3ccd320690bc3334240bde (diff)
downloadexchange-07449ce578347a79fcff9fda0164b7b7782cec80.tar.xz
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
Diffstat (limited to 'src/benchmark/Makefile.am')
-rw-r--r--src/benchmark/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 4deb81723..e92a13944 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 \