diff options
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 1c55e30ff..0850f842c 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -73,6 +73,8 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_transfer_get.c \ testing_api_cmd_wait.c \ testing_api_cmd_wire.c \ + testing_api_cmd_wire_add.c \ + testing_api_cmd_wire_del.c \ testing_api_cmd_withdraw.c \ testing_api_helpers_auditor.c \ testing_api_helpers_bank.c \ |