gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: fix more wrong -l f


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix more wrong -l flags
Date: Thu, 16 Aug 2018 13:08:51 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c30bb000 fix more wrong -l flags
c30bb000 is described below

commit c30bb0008d4aeabe88a29fef3059333b2fd8a6b0
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 16 13:07:48 2018 +0200

    fix more wrong -l flags
---
 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 fdd100ff..a3f61b57 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -100,9 +100,9 @@ test_bank_api_with_fakebank_twisted_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/exchange-lib/libtalertesting.la \
   -ltalertwistertesting \
-  -ltalerbanktesting \
+  $(top_builddir)/src/bank-lib/libtalerbank.la \
+  $(top_builddir)/src/bank-lib/libtalertesting.la \
   -ltalerfakebank \
-  -ltalerbank \
   -ltalerexchange \
   -ltalerjson \
   -ltalerutil \
@@ -117,10 +117,10 @@ test_bank_api_twisted_SOURCES = \
 test_bank_api_twisted_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/exchange-lib/libtalertesting.la \
+  $(top_builddir)/src/bank-lib/libtalerbank.la \
+  $(top_builddir)/src/bank-lib/libtalertesting.la \
   -ltalertwistertesting \
-  -ltalerbanktesting \
   -ltalerfakebank \
-  -ltalerbank \
   -ltalerexchange \
   -ltalerjson \
   -ltalerutil \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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