fix build issues
This commit is contained in:
parent
5b78b3ea86
commit
9ea661ca31
@ -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
6
src/lib/.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user