2015-02-08 00:17:40 +01:00
|
|
|
# This Makefile.am is in the public domain
|
2015-01-08 19:32:53 +01:00
|
|
|
talerincludedir = $(includedir)/taler
|
|
|
|
|
|
|
|
talerinclude_HEADERS = \
|
2015-01-08 18:37:20 +01:00
|
|
|
platform.h \
|
2018-10-24 11:38:00 +02:00
|
|
|
taler_auditor_service.h \
|
2015-01-28 20:53:21 +01:00
|
|
|
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 \
|
2015-01-28 20:53:21 +01:00
|
|
|
taler_crypto_lib.h \
|
2019-10-23 15:28:12 +02:00
|
|
|
taler_curl_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 \
|
2016-06-08 11:35:28 +02:00
|
|
|
taler_fakebank_lib.h \
|
|
|
|
taler_json_lib.h \
|
2018-01-21 15:39:48 +01:00
|
|
|
taler_testing_lib.h \
|
2016-06-08 11:35:28 +02:00
|
|
|
taler_util.h \
|
2019-11-23 10:48:05 +01:00
|
|
|
taler_mhd_lib.h \
|
2015-03-27 19:58:40 +01:00
|
|
|
taler_pq_lib.h \
|
2020-01-13 00:27:48 +01:00
|
|
|
taler_signatures.h
|
2015-05-28 11:34:06 +02:00
|
|
|
|
2020-01-11 23:06:10 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
backoff.h \
|
|
|
|
gauger.h
|