diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-12 19:22:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-12 19:22:45 +0200 |
commit | 9e3371ae9b67a154f1c03f7003a10aa75f0e9470 (patch) | |
tree | efd81c1788359b61925970e2ecead35a17ec31c1 /src/lib/Makefile.am | |
parent | 00350bc228af8f79df56df13aa10e5f86de5a5a5 (diff) |
adapt withdraw2 API to support new tip-pickup design (#6173)
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 87f343094..830ecf65e 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -35,6 +35,7 @@ libtalerexchange_la_SOURCES = \ exchange_api_reserves_get.c \ exchange_api_transfers_get.c \ exchange_api_withdraw.c \ + exchange_api_withdraw2.c \ exchange_api_wire.c libtalerexchange_la_LIBADD = \ libtalerauditor.la \ |