gnunet-svn
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]