From 9ea661ca311b0eb0f55c1e6f0a9095ebc7586c4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Jan 2020 23:01:01 +0100 Subject: 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 92bbb90d8..9b229479c 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 77a0f711d..5247dfc4f 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 3ba56aeed..0325df009 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 -- cgit v1.2.3