diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-09-27 14:15:05 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-09-27 14:15:05 +0200 |
commit | 7d8c49b3c74865331fb9d269a9efdb9ba0f52eab (patch) | |
tree | 29daee8aee13cdd51f8b2b6089b27463a58d2a7d /src/lib/Makefile.am | |
parent | 326f99266e86d4256cddaa3758120c3662704015 (diff) |
implement libtalerexchange:reserve_open API
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 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 \ |