linking benchmark using $(top_builddir) instead of -l in Makefile.am
This commit is contained in:
parent
eb1fdc105c
commit
9164edd590
@ -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 \
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user