fix makefile conditional.

This commit is contained in:
Marcello Stanisci 2018-03-06 12:41:25 +01:00
parent 2d321c24bc
commit dbf82fb736
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -89,8 +89,8 @@ check_PROGRAMS = \
test_bank_api_with_fakebank_new
if HAVE_TWISTER
check_PROGRAMS += \
test_bank_api_twisted
check_PROGRAMS += \
test_bank_api_twisted \
test_bank_api_with_fakebank_twisted
test_bank_api_with_fakebank_twisted_SOURCES = \
@ -109,6 +109,7 @@ test_bank_api_with_fakebank_twisted_LDADD = \
-lgnunetcurl \
-lgnunetutil \
-ljansson
endif
test_bank_api_twisted_SOURCES = \
test_bank_api_twisted.c
@ -126,7 +127,6 @@ test_bank_api_twisted_LDADD = \
-lgnunetcurl \
-lgnunetutil \
-ljansson
endif
TESTS = \