exchange/src/include/Makefile.am

36 lines
712 B
Makefile
Raw Normal View History

# This Makefile.am is in the public domain
2015-01-08 19:32:53 +01:00
talerincludedir = $(includedir)/taler
if WALLET_ONLY
talerinclude_HEADERS = \
platform.h \
taler_amount_lib.h \
taler_crypto_lib.h \
2015-07-20 10:34:32 +02:00
taler_util_wallet.h \
taler_signatures.h
else
2015-01-08 19:32:53 +01:00
talerinclude_HEADERS = \
2015-01-08 18:37:20 +01:00
platform.h \
taler_amount_lib.h \
2016-10-06 15:17:10 +02:00
taler_auditordb_lib.h \
taler_auditordb_plugin.h \
2016-04-09 01:56:24 +02:00
taler_bank_service.h \
taler_crypto_lib.h \
2016-06-14 09:50:59 +02:00
taler_error_codes.h \
2016-03-01 15:35:04 +01:00
taler_exchange_service.h \
taler_exchangedb_lib.h \
taler_exchangedb_plugin.h \
taler_fakebank_lib.h \
taler_json_lib.h \
taler_testing_lib.h \
taler_util.h \
taler_pq_lib.h \
2016-01-24 16:26:54 +01:00
taler_signatures.h \
taler_wire_lib.h \
2016-01-24 16:26:54 +01:00
taler_wire_plugin.h
endif
2015-06-11 16:04:51 +02:00
EXTRA_DIST = gauger.h