diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-17 15:15:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-17 15:15:51 +0100 |
commit | 4d058c4eb7283b1a77a877d583daaefa847213ec (patch) | |
tree | cded82c1127f7060e359caca09a702c662d56319 /src/auditor-lib/Makefile.am | |
parent | 17edb09f384689da5923689dfe4b6d071797091c (diff) |
work towards testing auditor deposit-confirmation API
Diffstat (limited to 'src/auditor-lib/Makefile.am')
-rw-r--r-- | src/auditor-lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor-lib/Makefile.am b/src/auditor-lib/Makefile.am index 4589bc975..44849da22 100644 --- a/src/auditor-lib/Makefile.am +++ b/src/auditor-lib/Makefile.am @@ -41,6 +41,7 @@ libtalerauditortesting_la_LDFLAGS = \ -no-undefined libtalerauditortesting_la_SOURCES = \ testing_auditor_api_helpers.c \ + testing_auditor_api_cmd_deposit_confirmation.c \ testing_auditor_api_cmd_exec_auditor.c \ testing_auditor_api_cmd_exec_wire_auditor.c libtalerauditortesting_la_LIBADD = \ |