summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-21 19:17:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-21 19:17:04 +0200
commit035ceae205054c293f3499c2405fb67ff4fb2215 (patch)
tree58f7edfebcd22c15984e9161cc809024ffeb9e8f /src/lib/Makefile.am
parent70bb114b5b17993b4ba05e0a80f2d9d5a395d60f (diff)
downloadmerchant-035ceae205054c293f3499c2405fb67ff4fb2215.tar.gz
merchant-035ceae205054c293f3499c2405fb67ff4fb2215.tar.bz2
merchant-035ceae205054c293f3499c2405fb67ff4fb2215.zip
implement PATCH /products/
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 bd988a48..a762b005 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -27,6 +27,7 @@ libtalermerchant_la_SOURCES = \
merchant_api_get_product.c \
merchant_api_get_products.c \
merchant_api_patch_instance.c \
+ merchant_api_patch_product.c \
merchant_api_post_instances.c \
merchant_api_check_payment.c \
merchant_api_history.c \