exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5279c48624cf3a04757e6f9ed7533d1369f7d198
parent 7abd1aa0961000b38e4f3bd6ae3a78a7d403fb1e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Jan 2024 13:41:21 +0100

fixing dist issues (#8153)

Diffstat:
Msrc/auditordb/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am @@ -99,6 +99,7 @@ libtaler_plugin_auditordb_postgres_la_SOURCES = \ pg_delete_exchange.h pg_delete_exchange.c \ pg_insert_exchange_signkey.h pg_insert_exchange_signkey.c \ pg_insert_deposit_confirmation.h pg_insert_deposit_confirmation.c \ + pg_delete_deposit_confirmations.h pg_delete_deposit_confirmations.c \ pg_get_purse_info.h pg_get_purse_info.c \ pg_delete_purse_info.h pg_delete_purse_info.c \ pg_update_purse_info.h pg_update_purse_info.c \ @@ -151,4 +152,4 @@ test_auditordb_postgres_LDADD = \ $(top_srcdir)/src/pq/libtalerpq.la \ $(top_srcdir)/src/util/libtalerutil.la \ -lgnunetutil \ - $(XLIB) -\ No newline at end of file + $(XLIB)