summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-27 14:15:05 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-27 14:15:05 +0200
commit7d8c49b3c74865331fb9d269a9efdb9ba0f52eab (patch)
tree29daee8aee13cdd51f8b2b6089b27463a58d2a7d /src/lib/Makefile.am
parent326f99266e86d4256cddaa3758120c3662704015 (diff)
downloadexchange-7d8c49b3c74865331fb9d269a9efdb9ba0f52eab.tar.gz
exchange-7d8c49b3c74865331fb9d269a9efdb9ba0f52eab.tar.bz2
exchange-7d8c49b3c74865331fb9d269a9efdb9ba0f52eab.zip
implement libtalerexchange:reserve_open API
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 dc08c585d..959cdc7ed 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -62,6 +62,7 @@ libtalerexchange_la_SOURCES = \
exchange_api_refund.c \
exchange_api_reserves_get.c \
exchange_api_reserves_history.c \
+ exchange_api_reserves_open.c \
exchange_api_reserves_status.c \
exchange_api_transfers_get.c \
exchange_api_withdraw.c \