fix build issues

This commit is contained in:
Christian Grothoff 2020-01-12 23:01:01 +01:00
parent 5b78b3ea86
commit 9ea661ca31
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 10 additions and 2 deletions

View File

@ -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)

6
src/lib/.gitignore vendored
View File

@ -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

View File

@ -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