fix some wrong -l flags

This commit is contained in:
Florian Dold 2018-08-16 13:03:30 +02:00
parent 90b8b6e8b1
commit 911b158bb8
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ test_bank_api_with_fakebank_twisted_SOURCES = \
test_bank_api_with_fakebank_twisted.c
test_bank_api_with_fakebank_twisted_LDADD = \
$(LIBGCRYPT_LIBS) \
-ltalertesting \
$(top_builddir)/src/exchange-lib/libtalertesting.la \
-ltalertwistertesting \
-ltalerbanktesting \
-ltalerfakebank \
@ -116,7 +116,7 @@ test_bank_api_twisted_SOURCES = \
test_bank_api_twisted.c
test_bank_api_twisted_LDADD = \
$(LIBGCRYPT_LIBS) \
-ltalertesting \
$(top_builddir)/src/exchange-lib/libtalertesting.la \
-ltalertwistertesting \
-ltalerbanktesting \
-ltalerfakebank \

View File

@ -33,7 +33,7 @@ check_PROGRAMS= \
test_json_SOURCES = \
test_json.c
test_json_LDADD = \
-ltalerjson \
$(top_builddir)/src/json/libtalerjson.la \
-lgnunetjson \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil \