summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-21 19:45:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-21 19:45:19 +0200
commitfffe2bd5556c05b597ce2b003e5c787500d4b64b (patch)
tree5bf38fe7db5a205181a32bd523feac0f7654bb44 /src/lib/Makefile.am
parentfc99580fd44c983c9bdb67be210a67e5d9466376 (diff)
downloadmerchant-fffe2bd5556c05b597ce2b003e5c787500d4b64b.tar.gz
merchant-fffe2bd5556c05b597ce2b003e5c787500d4b64b.tar.bz2
merchant-fffe2bd5556c05b597ce2b003e5c787500d4b64b.zip
implement POST /products//lock
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index efcea873..a3bcbf1d 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -26,6 +26,7 @@ libtalermerchant_la_SOURCES = \
merchant_api_get_instances.c \
merchant_api_get_product.c \
merchant_api_get_products.c \
+ merchant_api_lock_product.c \
merchant_api_patch_instance.c \
merchant_api_patch_product.c \
merchant_api_post_instances.c \