fix typo: add extension .h to source filename

This commit is contained in:
Thien-Thi Nguyen 2022-05-17 02:12:45 -04:00
parent 02716c4084
commit 8690892cac
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -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 \