summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-28 22:42:09 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-28 22:42:09 +0100
commitf662313f7932818a88f0766c783b9c407a8b6c61 (patch)
treef0b148cf27d35aabf8c73d224dff8c040beb284d /src/lib/Makefile.am
parentb554501621913b9fef71a2652ba10ebabd7849f4 (diff)
downloadexchange-f662313f7932818a88f0766c783b9c407a8b6c61.tar.gz
exchange-f662313f7932818a88f0766c783b9c407a8b6c61.tar.bz2
exchange-f662313f7932818a88f0766c783b9c407a8b6c61.zip
add purse delete functions to libtalerexchange
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 e695cf043..b775719e6 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -52,6 +52,7 @@ libtalerexchange_la_SOURCES = \
exchange_api_melt.c \
exchange_api_purse_create_with_deposit.c \
exchange_api_purse_create_with_merge.c \
+ exchange_api_purse_delete.c \
exchange_api_purse_deposit.c \
exchange_api_purse_merge.c \
exchange_api_purses_get.c \