diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-01 23:39:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-01 23:39:22 +0200 |
commit | f3a9cffa1a119eea9413b2fe236499cdc90403d1 (patch) | |
tree | 62740a3af7314bdb7d6521c5ea0272134e246e55 /src/lib/Makefile.am | |
parent | 61582eb5a70d02d8bd33978b5152de15b9ffb816 (diff) |
implement POST /private/reserves
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 482cfb38..8e505b8b 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -36,6 +36,7 @@ libtalermerchant_la_SOURCES = \ merchant_api_post_order_pay.c \ merchant_api_post_order_refund.c \ merchant_api_post_products.c \ + merchant_api_post_reserves.c \ merchant_api_post_transfers.c \ \ merchant_api_tip_authorize.c \ |