diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
commit | db669ee495a29384c6d592cb1080db58e832a649 (patch) | |
tree | 0bbc1a119098467eb731cd53c59d9df4dba079d7 /src/lib/Makefile.am | |
parent | 6e17a847e8267ae10beaa8fc849bf10517088ab2 (diff) | |
download | exchange-db669ee495a29384c6d592cb1080db58e832a649.tar.gz exchange-db669ee495a29384c6d592cb1080db58e832a649.tar.bz2 exchange-db669ee495a29384c6d592cb1080db58e832a649.zip |
payback -> recoup stranglers
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 9a12d25b..07761675 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -24,7 +24,7 @@ libtalerexchange_la_SOURCES = \ exchange_api_common.c \ exchange_api_handle.c exchange_api_handle.h \ exchange_api_deposit.c \ - exchange_api_payback.c \ + exchange_api_recoup.c \ exchange_api_refresh.c \ exchange_api_refresh_link.c \ exchange_api_refund.c \ @@ -87,7 +87,7 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_exec_wirewatch.c \ testing_api_cmd_exec_keyup.c \ testing_api_cmd_exec_auditor-sign.c \ - testing_api_cmd_payback.c \ + testing_api_cmd_recoup.c \ testing_api_cmd_refund.c \ testing_api_cmd_refresh.c \ testing_api_cmd_serialize_keys.c \ |