summaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-26 00:57:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-26 00:57:51 +0200
commit6ca84e4121cf4bd1b8c66d2ef4bd58eeb7003ea3 (patch)
tree413ec62a53e70f4a7ab197eb35be13091ccc1873 /src/backend/Makefile.am
parentff42a36520baabd9d558ce51b2f92d54944e2d00 (diff)
downloadmerchant-6ca84e4121cf4bd1b8c66d2ef4bd58eeb7003ea3.tar.gz
merchant-6ca84e4121cf4bd1b8c66d2ef4bd58eeb7003ea3.tar.bz2
merchant-6ca84e4121cf4bd1b8c66d2ef4bd58eeb7003ea3.zip
first hack at POST /orders
Diffstat (limited to 'src/backend/Makefile.am')
-rw-r--r--src/backend/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index bb991a5f..7be26748 100644
--- a/src/backend/Makefile.am
+++ b/src/backend/Makefile.am
@@ -46,7 +46,9 @@ taler_merchant_httpd_SOURCES = \
taler-merchant-httpd_private-post-products.c \
taler-merchant-httpd_private-post-products.h \
taler-merchant-httpd_private-post-products-ID-lock.c \
- taler-merchant-httpd_private-post-products-ID-lock.h
+ taler-merchant-httpd_private-post-products-ID-lock.h \
+ taler-merchant-httpd_private-post-orders.c \
+ taler-merchant-httpd_private-post-orders.h
DEAD = \
taler-merchant-httpd_check-payment.c taler-merchant-httpd_check-payment.h \