summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-07 13:05:33 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-07 13:05:33 +0100
commit121bfe3659c988f0aab070b3ae291b7b6f13f8f7 (patch)
treedd67cc477cfe923bc58678bc5684b37eea81b789 /src/lib/Makefile.am
parent4fff4895adffcdfbaf20bb01c50c362c9a5a4ab7 (diff)
downloadexchange-121bfe3659c988f0aab070b3ae291b7b6f13f8f7.tar.gz
exchange-121bfe3659c988f0aab070b3ae291b7b6f13f8f7.tar.bz2
exchange-121bfe3659c988f0aab070b3ae291b7b6f13f8f7.zip
implement /kyc-proof client API
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am1
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 \