This commit is contained in:
Christian Grothoff 2016-05-31 14:32:34 +02:00
commit c6d1fb3ceb
2 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ taler_exchange_benchmark_SOURCES = \
taler-exchange-benchmark.c taler-exchange-benchmark.c
taler_exchange_benchmark_LDADD = \ taler_exchange_benchmark_LDADD = \
$(LIBGCRYPT_LIBS) \ $(LIBGCRYPT_LIBS) \
-ltalerexchange \ $(top_builddir)/src/json/libtalerjson.la \
-ltalerjson \ $(top_builddir)/src/util/libtalerutil.la \
-ltalerutil \ $(top_builddir)/src/exchange-lib/libtalerexchange.la \
-lgnunetjson \ -lgnunetjson \
-lgnunetcurl \ -lgnunetcurl \
-lgnunetutil \ -lgnunetutil \