From 8690892cac33b055fe3dc4463612443b4beeed4d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 17 May 2022 02:12:45 -0400 Subject: [PATCH] fix typo: add extension .h to source filename --- src/exchange/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 24fb7e3d7..ba22281fd 100644 --- 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 \