commit 9ea661ca311b0eb0f55c1e6f0a9095ebc7586c4a parent 5b78b3ea86972f55d27f6b06c96f2ce89a20bb78 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 12 Jan 2020 23:01:01 +0100 fix build issues Diffstat:
| M | src/exchange/Makefile.am | | | 1 | - |
| M | src/lib/.gitignore | | | 6 | ++++++ |
| M | src/lib/Makefile.am | | | 5 | ++++- |
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git 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 @@ -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 @@ -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