[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] 10/11: fix makefile conditional.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] 10/11: fix makefile conditional. |
Date: |
Sat, 17 Mar 2018 02:10:53 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
commit dbf82fb7366373f57decb274edaee5fc917f63b6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 6 12:41:25 2018 +0100
fix makefile conditional.
---
src/bank-lib/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 824d6ae..abe820a 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -89,9 +89,9 @@ check_PROGRAMS = \
test_bank_api_with_fakebank_new
if HAVE_TWISTER
- check_PROGRAMS += \
- test_bank_api_twisted
- test_bank_api_with_fakebank_twisted
+check_PROGRAMS += \
+ test_bank_api_twisted \
+ test_bank_api_with_fakebank_twisted
test_bank_api_with_fakebank_twisted_SOURCES = \
test_bank_api_with_fakebank_twisted.c
@@ -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 = \
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-exchange] branch master updated (61fbc32 -> 4eb9bcf), gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 07/11: mini testing of twister., gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 06/11: fix return code., gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 04/11: bank-lib twisted tests scaffold done., gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 09/11: adding "with_fakebank_twisted" tests., gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 05/11: gitignore, gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 08/11: add fakebank-version of twisted tests., gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 11/11: format output, gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 02/11: gitignore, gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 10/11: fix makefile conditional.,
gnunet <=
- [GNUnet-SVN] [taler-exchange] 03/11: bank-lib's twisted tests scaffold, gnunet, 2018/03/16
- [GNUnet-SVN] [taler-exchange] 01/11: Twisted tests scaffold., gnunet, 2018/03/16