diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-06-23 22:14:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 12:18:43 +0200 |
commit | 519830a70a915020becc664333ccce1fd905ef24 (patch) | |
tree | 583ae4d9f9de6dfab3fce6d2666e4e979c3585e1 /src/lib/Makefile.am | |
parent | 985d7d8c7aacbda8332cfc3e1e02ca0d354dca95 (diff) |
get AML measures skeleton"
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 626b60c12..73de1cab6 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -36,6 +36,7 @@ libtalerexchange_la_SOURCES = \ exchange_api_csr_withdraw.c \ exchange_api_handle.c exchange_api_handle.h \ exchange_api_deposits_get.c \ + exchange_api_get_aml_measures.c \ exchange_api_kyc_check.c \ exchange_api_kyc_proof.c \ exchange_api_kyc_wallet.c \ |