diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-26 22:54:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-26 22:54:33 +0100 |
commit | 98f5960411077dd8be648cbd21fd495bb874f8fd (patch) | |
tree | f909142ed9fc01d9c4133b48f4164866641482b2 /src/testing/Makefile.am | |
parent | 1c1d4d9974d7a97bd157197adeb11cd759e2b931 (diff) |
cmd to del auditor
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 e1d01225c..c3c5edd32 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -36,6 +36,7 @@ libtalertesting_la_LDFLAGS = \ -no-undefined libtalertesting_la_SOURCES = \ testing_api_cmd_auditor_add.c \ + testing_api_cmd_auditor_del.c \ testing_api_cmd_auditor_deposit_confirmation.c \ testing_api_cmd_auditor_exchanges.c \ testing_api_cmd_auditor_exec_auditor.c \ |