exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8690892cac33b055fe3dc4463612443b4beeed4d
parent 02716c4084c76630f35a5fcc4d2ef4e17d7e1b00
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 17 May 2022 02:12:45 -0400

fix typo: add extension .h to source filename

Diffstat:
Msrc/exchange/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am @@ -110,7 +110,7 @@ taler_exchange_httpd_SOURCES = \ taler-exchange-httpd_auditors.c taler-exchange-httpd_auditors.h \ taler-exchange-httpd_batch-withdraw.c taler-exchange-httpd_batch-withdraw.h \ taler-exchange-httpd_contract.c taler-exchange-httpd_contract.h \ - taler-exchange-httpd_csr.c taler-exchange-httpd_csr \ + taler-exchange-httpd_csr.c taler-exchange-httpd_csr.h \ taler-exchange-httpd_db.c taler-exchange-httpd_db.h \ taler-exchange-httpd_deposit.c taler-exchange-httpd_deposit.h \ taler-exchange-httpd_deposits_get.c taler-exchange-httpd_deposits_get.h \