2016-03-01 15:35:04 +01:00
|
|
|
# This Makefile.am is in the public domain
|
2020-01-19 15:23:19 +01:00
|
|
|
|
2020-01-12 23:01:01 +01:00
|
|
|
AM_CPPFLAGS = \
|
2020-01-19 15:23:19 +01:00
|
|
|
-I$(top_srcdir)/src/include \
|
|
|
|
$(LIBGCRYPT_CFLAGS) \
|
|
|
|
$(POSTGRESQL_CPPFLAGS)
|
2016-03-01 15:35:04 +01:00
|
|
|
|
|
|
|
if USE_COVERAGE
|
|
|
|
AM_CFLAGS = --coverage -O0
|
|
|
|
XLIB = -lgcov
|
|
|
|
endif
|
|
|
|
|
2020-01-19 15:23:19 +01:00
|
|
|
|
2020-01-12 20:51:42 +01:00
|
|
|
# Libraries
|
|
|
|
|
2016-03-01 15:35:04 +01:00
|
|
|
lib_LTLIBRARIES = \
|
2019-03-26 18:17:09 +01:00
|
|
|
libtalerauditor.la \
|
2020-01-19 15:23:19 +01:00
|
|
|
libtalerexchange.la
|
2016-03-01 15:35:04 +01:00
|
|
|
|
|
|
|
libtalerexchange_la_LDFLAGS = \
|
2022-03-20 13:20:45 +01:00
|
|
|
-version-info 5:0:0 \
|
2016-03-01 15:35:04 +01:00
|
|
|
-no-undefined
|
|
|
|
libtalerexchange_la_SOURCES = \
|
2020-11-25 22:02:37 +01:00
|
|
|
exchange_api_auditor_add_denomination.c \
|
2022-07-01 07:08:13 +02:00
|
|
|
exchange_api_batch_deposit.c \
|
2022-05-23 21:12:31 +02:00
|
|
|
exchange_api_batch_withdraw.c \
|
|
|
|
exchange_api_batch_withdraw2.c \
|
2019-01-11 21:27:34 +01:00
|
|
|
exchange_api_curl_defaults.c exchange_api_curl_defaults.h \
|
2022-06-05 01:34:37 +02:00
|
|
|
exchange_api_common.c exchange_api_common.h \
|
2022-04-11 18:58:54 +02:00
|
|
|
exchange_api_contracts_get.c \
|
2022-02-17 15:10:14 +01:00
|
|
|
exchange_api_csr_melt.c \
|
|
|
|
exchange_api_csr_withdraw.c \
|
2016-03-01 15:35:04 +01:00
|
|
|
exchange_api_handle.c exchange_api_handle.h \
|
|
|
|
exchange_api_deposit.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_deposits_get.c \
|
2021-10-10 15:37:05 +02:00
|
|
|
exchange_api_kyc_check.c \
|
2021-11-07 13:05:33 +01:00
|
|
|
exchange_api_kyc_proof.c \
|
2021-10-17 20:30:06 +02:00
|
|
|
exchange_api_kyc_wallet.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_link.c \
|
2020-11-25 21:29:04 +01:00
|
|
|
exchange_api_management_auditor_disable.c \
|
2020-11-25 21:33:14 +01:00
|
|
|
exchange_api_management_auditor_enable.c \
|
2022-07-29 09:57:10 +02:00
|
|
|
exchange_api_management_drain_profits.c \
|
2020-11-25 22:18:23 +01:00
|
|
|
exchange_api_management_get_keys.c \
|
2020-11-25 21:55:01 +01:00
|
|
|
exchange_api_management_post_keys.c \
|
2021-12-23 15:15:33 +01:00
|
|
|
exchange_api_management_post_extensions.c \
|
2020-11-25 21:43:52 +01:00
|
|
|
exchange_api_management_revoke_denomination_key.c \
|
2020-11-25 21:19:13 +01:00
|
|
|
exchange_api_management_revoke_signing_key.c \
|
2022-03-05 18:18:25 +01:00
|
|
|
exchange_api_management_set_global_fee.c \
|
2020-11-30 14:05:34 +01:00
|
|
|
exchange_api_management_set_wire_fee.c \
|
2020-11-25 21:55:01 +01:00
|
|
|
exchange_api_management_wire_disable.c \
|
|
|
|
exchange_api_management_wire_enable.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_melt.c \
|
2022-03-28 13:19:21 +02:00
|
|
|
exchange_api_purse_create_with_deposit.c \
|
2022-04-21 20:36:14 +02:00
|
|
|
exchange_api_purse_create_with_merge.c \
|
2022-12-28 22:42:09 +01:00
|
|
|
exchange_api_purse_delete.c \
|
2022-04-21 22:44:51 +02:00
|
|
|
exchange_api_purse_deposit.c \
|
2022-04-11 15:34:45 +02:00
|
|
|
exchange_api_purse_merge.c \
|
2022-04-22 23:34:37 +02:00
|
|
|
exchange_api_purses_get.c \
|
2020-01-18 23:49:37 +01:00
|
|
|
exchange_api_recoup.c \
|
2021-12-25 13:56:33 +01:00
|
|
|
exchange_api_recoup_refresh.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_refresh_common.c exchange_api_refresh_common.h \
|
|
|
|
exchange_api_refreshes_reveal.c \
|
2016-05-04 09:42:52 +02:00
|
|
|
exchange_api_refund.c \
|
2022-09-27 16:10:00 +02:00
|
|
|
exchange_api_reserves_attest.c \
|
2022-09-27 15:21:51 +02:00
|
|
|
exchange_api_reserves_close.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_reserves_get.c \
|
2022-09-27 15:31:59 +02:00
|
|
|
exchange_api_reserves_get_attestable.c \
|
2022-03-20 13:20:45 +01:00
|
|
|
exchange_api_reserves_history.c \
|
2022-09-27 14:15:05 +02:00
|
|
|
exchange_api_reserves_open.c \
|
2022-03-20 13:20:45 +01:00
|
|
|
exchange_api_reserves_status.c \
|
2020-02-29 16:42:10 +01:00
|
|
|
exchange_api_transfers_get.c \
|
|
|
|
exchange_api_withdraw.c \
|
2020-04-12 19:22:45 +02:00
|
|
|
exchange_api_withdraw2.c \
|
2019-10-26 20:05:19 +02:00
|
|
|
exchange_api_wire.c
|
2016-03-01 15:35:04 +01:00
|
|
|
libtalerexchange_la_LIBADD = \
|
2019-01-11 21:27:34 +01:00
|
|
|
libtalerauditor.la \
|
|
|
|
$(top_builddir)/src/json/libtalerjson.la \
|
2022-08-19 09:31:51 +02:00
|
|
|
$(top_builddir)/src/kyclogic/libtalerkyclogic.la \
|
2019-10-26 20:05:19 +02:00
|
|
|
$(top_builddir)/src/curl/libtalercurl.la \
|
2019-01-11 21:27:34 +01:00
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
2022-01-23 01:31:02 +01:00
|
|
|
$(top_builddir)/src/extensions/libtalerextensions.la \
|
2019-01-11 21:27:34 +01:00
|
|
|
-lgnunetcurl \
|
|
|
|
-lgnunetjson \
|
|
|
|
-lgnunetutil \
|
|
|
|
-ljansson \
|
2020-01-16 14:11:54 +01:00
|
|
|
$(LIBGNURLCURL_LIBS) \
|
2019-01-11 21:27:34 +01:00
|
|
|
$(XLIB)
|
|
|
|
|
|
|
|
libtalerauditor_la_LDFLAGS = \
|
|
|
|
-version-info 0:0:0 \
|
|
|
|
-no-undefined
|
|
|
|
libtalerauditor_la_SOURCES = \
|
|
|
|
auditor_api_curl_defaults.c auditor_api_curl_defaults.h \
|
|
|
|
auditor_api_handle.c auditor_api_handle.h \
|
|
|
|
auditor_api_deposit_confirmation.c \
|
2019-10-26 20:05:19 +02:00
|
|
|
auditor_api_exchanges.c
|
2019-01-11 21:27:34 +01:00
|
|
|
libtalerauditor_la_LIBADD = \
|
2019-10-26 20:05:19 +02:00
|
|
|
$(top_builddir)/src/curl/libtalercurl.la \
|
2016-03-19 15:23:11 +01:00
|
|
|
$(top_builddir)/src/json/libtalerjson.la \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
2016-04-17 17:45:15 +02:00
|
|
|
-lgnunetcurl \
|
2016-03-19 15:23:11 +01:00
|
|
|
-lgnunetjson \
|
2016-03-01 15:35:04 +01:00
|
|
|
-lgnunetutil \
|
|
|
|
-ljansson \
|
2020-01-16 14:11:54 +01:00
|
|
|
$(LIBGNURLCURL_LIBS) \
|
2016-03-01 15:35:04 +01:00
|
|
|
$(XLIB)
|