diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-03 14:06:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-03 14:06:17 +0100 |
commit | c3243aa39f924921e8bf52fe6290e4d738d6a20e (patch) | |
tree | 52aea4695d4dda6a32392fa9c62136ca7bf02377 /src/testing/Makefile.am | |
parent | f6877449eb6aa994df6cc1a125f983ece1f6ad39 (diff) |
implement testing_api_cmd_check_aml_decision
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index f92de42dd..92997f26f 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -55,6 +55,7 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_batch_deposit.c \ testing_api_cmd_batch_withdraw.c \ testing_api_cmd_change_auth.c \ + testing_api_cmd_check_aml_decision.c \ testing_api_cmd_check_keys.c \ testing_api_cmd_common.c \ testing_api_cmd_contract_get.c \ |