diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-07 13:05:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-07 13:05:33 +0100 |
commit | 121bfe3659c988f0aab070b3ae291b7b6f13f8f7 (patch) | |
tree | dd67cc477cfe923bc58678bc5684b37eea81b789 /src/lib/Makefile.am | |
parent | 4fff4895adffcdfbaf20bb01c50c362c9a5a4ab7 (diff) |
implement /kyc-proof client API
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 518b725a8..2862799df 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -28,6 +28,7 @@ libtalerexchange_la_SOURCES = \ exchange_api_deposit.c \ exchange_api_deposits_get.c \ exchange_api_kyc_check.c \ + exchange_api_kyc_proof.c \ exchange_api_kyc_wallet.c \ exchange_api_link.c \ exchange_api_management_auditor_disable.c \ |