summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-01 15:14:01 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-01 15:14:01 +0200
commit8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae (patch)
treeb102db8eb489bf5ba4666f88098b2abbf43b3801 /src/lib/Makefile.am
parente5bf2ab30e6de7a003e8f3928c4edfd2453773bf (diff)
downloadmerchant-8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae.tar.gz
merchant-8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae.tar.bz2
merchant-8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae.zip
implement TALER_MERCHANT_reserves_get()
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 ecb5e9a4..2ed58272 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_reserves.c \
merchant_api_get_transfers.c \
merchant_api_lock_product.c \
merchant_api_patch_instance.c \