summaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-17 14:07:06 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-17 14:07:24 +0200
commit0b8e550d09635f762033626c8c12b7b4a0d0faf7 (patch)
tree986a09d537a5dfde4b65fabd018c0f74d2778457 /src/backend/Makefile.am
parent0a327ceebd3126d4adf69916e92702fe3c7a22e2 (diff)
downloadmerchant-0b8e550d09635f762033626c8c12b7b4a0d0faf7.tar.gz
merchant-0b8e550d09635f762033626c8c12b7b4a0d0faf7.tar.bz2
merchant-0b8e550d09635f762033626c8c12b7b4a0d0faf7.zip
starting v1 protocol dispatching logic
Diffstat (limited to 'src/backend/Makefile.am')
-rw-r--r--src/backend/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index 082c35f9..f47cf088 100644
--- a/src/backend/Makefile.am
+++ b/src/backend/Makefile.am
@@ -21,10 +21,12 @@ taler_merchant_httpd_SOURCES = \
taler-merchant-httpd.c taler-merchant-httpd.h \
taler-merchant-httpd_auditors.c taler-merchant-httpd_auditors.h \
taler-merchant-httpd_config.c taler-merchant-httpd_config.h \
- taler-merchant-httpd_check-payment.c taler-merchant-httpd_check-payment.h \
taler-merchant-httpd_exchanges.c taler-merchant-httpd_exchanges.h \
+ taler-merchant-httpd_mhd.c taler-merchant-httpd_mhd.h
+
+DEAD = \
+ taler-merchant-httpd_check-payment.c taler-merchant-httpd_check-payment.h \
taler-merchant-httpd_history.c taler-merchant-httpd_history.h \
- taler-merchant-httpd_mhd.c taler-merchant-httpd_mhd.h \
taler-merchant-httpd_order.c taler-merchant-httpd_order.h \
taler-merchant-httpd_pay.c taler-merchant-httpd_pay.h \
taler-merchant-httpd_poll-payment.c taler-merchant-httpd_poll-payment.h \