gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -fix FTBFS
Date: Fri, 09 Jun 2023 17:52:19 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d8f8c550 -fix FTBFS
d8f8c550 is described below

commit d8f8c550bd7ad85f9da9bc5edba619e533eabcc8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 9 17:52:16 2023 +0200

    -fix FTBFS
---
 contrib/gana            | 2 +-
 src/testing/Makefile.am | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index f9ea79a6..5f377301 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit f9ea79a6aae074928f44960f69bc3c2d0c9c7e1d
+Subproject commit 5f377301db4d94c485422ecda277fe850e29504a
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 090358c3..1de9b602 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -236,7 +236,7 @@ test_bank_api_with_nexus_SOURCES = \
   test_bank_api.c
 test_bank_api_with_nexus_LDADD = \
   libtalertesting.la \
-  -ltalerexchange \
+  $(top_builddir)/src/lib/libtalerexchange.la \
   -lgnunetutil \
   $(top_builddir)/src/bank-lib/libtalerbank.la \
   $(XLIB)
@@ -245,7 +245,7 @@ test_bank_api_with_fakebank_SOURCES = \
   test_bank_api.c
 test_bank_api_with_fakebank_LDADD = \
   libtalertesting.la \
-  -ltalerexchange \
+  $(top_builddir)/src/lib/libtalerexchange.la \
   -lgnunetutil \
   $(top_builddir)/src/bank-lib/libtalerbank.la \
   $(XLIB)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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