summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-01 18:51:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-01 18:51:24 +0200
commit61582eb5a70d02d8bd33978b5152de15b9ffb816 (patch)
treea4ee8aca52927cac1cb65d7ff450cab62dca06c3 /src/lib/Makefile.am
parent8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae (diff)
downloadmerchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.tar.gz
merchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.tar.bz2
merchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.zip
implement GET /reserves/RESERVE_ID
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 2ed58272..482cfb38 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -23,6 +23,7 @@ libtalermerchant_la_SOURCES = \
merchant_api_get_orders.c \
merchant_api_get_product.c \
merchant_api_get_products.c \
+ merchant_api_get_reserve.c \
merchant_api_get_reserves.c \
merchant_api_get_transfers.c \
merchant_api_lock_product.c \