gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix build issues


From: gnunet
Subject: [taler-exchange] branch master updated: fix build issues
Date: Sun, 12 Jan 2020 22:59:05 +0100

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 5b78b3ea fix build issues
5b78b3ea is described below

commit 5b78b3ea86972f55d27f6b06c96f2ce89a20bb78
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 12 22:59:03 2020 +0100

    fix build issues
---
 src/lib/Makefile.am                   | 2 +-
 src/{bank-lib => lib}/test_bank_api.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 8ffee92b..3ba56aee 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -196,7 +196,7 @@ test_bank_api_with_fakebank_LDADD = \
   $(top_builddir)/src/lib/libtalertesting.la \
   -ltalerexchange \
   -lgnunetutil \
-  libtalerbank.la
+  $(top_builddir)/src/bank-lib/libtalerbank.la
 
 test_bank_api_with_pybank_SOURCES = \
   test_bank_api.c
diff --git a/src/bank-lib/test_bank_api.c b/src/lib/test_bank_api.c
similarity index 100%
rename from src/bank-lib/test_bank_api.c
rename to src/lib/test_bank_api.c

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



reply via email to

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