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 23:01:03 +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 9ea661ca fix build issues
9ea661ca is described below

commit 9ea661ca311b0eb0f55c1e6f0a9095ebc7586c4a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 12 23:01:01 2020 +0100

    fix build issues
---
 src/exchange/Makefile.am | 1 -
 src/lib/.gitignore       | 6 ++++++
 src/lib/Makefile.am      | 5 ++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 92bbb90d..9b229479 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -1,7 +1,6 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = \
  -I$(top_srcdir)/src/include \
- -I$(top_srcdir)/src/bank-lib/ \
  $(LIBGCRYPT_CFLAGS) \
  $(POSTGRESQL_CPPFLAGS)
 
diff --git a/src/lib/.gitignore b/src/lib/.gitignore
index 77a0f711..5247dfc4 100644
--- a/src/lib/.gitignore
+++ b/src/lib/.gitignore
@@ -1,2 +1,8 @@
 test_auditor_api_version
 test_exchange_api_revocation
+test_bank_api_with_fakebank
+test_bank_api_with_fakebank_twisted
+test_bank_api_with_pybank
+test_bank_api_with_pybank_twisted
+test_taler_exchange_aggregator-postgres
+test_taler_exchange_wirewatch-postgres
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 3ba56aee..0325df00 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -1,5 +1,8 @@
 # This Makefile.am is in the public domain
-AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/bank-lib
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/src/include \
+ $(LIBGCRYPT_CFLAGS) \
+ $(POSTGRESQL_CPPFLAGS)
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0

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



reply via email to

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