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 some wrong -l f


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix some wrong -l flags
Date: Thu, 16 Aug 2018 13:04:39 +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 911b158b fix some wrong -l flags
911b158b is described below

commit 911b158bb841695ffdcfdfc1327a5eff03c53ecd
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 16 13:03:30 2018 +0200

    fix some wrong -l flags
---
 src/bank-lib/Makefile.am | 4 ++--
 src/json/Makefile.am     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 9f2740b2..fdd100ff 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -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 \
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 4b40e94b..22173d0a 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -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 \

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



reply via email to

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