diff options
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index cf645aa38..bf8117b3f 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -56,6 +56,7 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_exec_keyup.c \ testing_api_cmd_exec_transfer.c \ testing_api_cmd_exec_wirewatch.c \ + testing_api_cmd_insert_deposit.c \ testing_api_cmd_recoup.c \ testing_api_cmd_refund.c \ testing_api_cmd_refresh.c \ @@ -69,7 +70,6 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_wait.c \ testing_api_cmd_wire.c \ testing_api_cmd_withdraw.c \ - testing_api_cmd_insert_deposit.c \ testing_api_helpers_auditor.c \ testing_api_helpers_bank.c \ testing_api_helpers_exchange.c \ |