diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-27 05:44:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-27 05:44:17 +0200 |
commit | 255f162ddb88e932d087574a52d959a7a1d5ba80 (patch) | |
tree | ae1c3da206a4cb6da5a8317b8e6a4f58004ec3cd /src/backend/Makefile.am | |
parent | eef2a6453518a039de604a25fbc42865cf4b585f (diff) |
work on POST /orders/ID/claim (unfinished)
Diffstat (limited to 'src/backend/Makefile.am')
-rw-r--r-- | src/backend/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index 74c3b201..316f6e30 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -50,7 +50,9 @@ taler_merchant_httpd_SOURCES = \ taler-merchant-httpd_private-post-products-ID-lock.c \ taler-merchant-httpd_private-post-products-ID-lock.h \ taler-merchant-httpd_private-post-orders.c \ - taler-merchant-httpd_private-post-orders.h + taler-merchant-httpd_private-post-orders.h \ + taler-merchant-httpd_post-orders-ID-claim.c \ + taler-merchant-httpd_post-orders-ID-claim.h DEAD = \ taler-merchant-httpd_check-payment.c taler-merchant-httpd_check-payment.h \ |