summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-21 13:41:21 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-21 13:41:21 +0100
commit5279c48624cf3a04757e6f9ed7533d1369f7d198 (patch)
tree838ef8d2c5809a20eaf84c96f222676acec7a9fb
parent7abd1aa0961000b38e4f3bd6ae3a78a7d403fb1e (diff)
downloadexchange-5279c48624cf3a04757e6f9ed7533d1369f7d198.tar.gz
exchange-5279c48624cf3a04757e6f9ed7533d1369f7d198.tar.bz2
exchange-5279c48624cf3a04757e6f9ed7533d1369f7d198.zip
fixing dist issues (#8153)
m---------contrib/wallet-core0
-rw-r--r--src/auditordb/Makefile.am3
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 496bfdc3aecbea61922bb2e0c281f5d35f934a3
+Subproject a17a7a51dd50e2f508b078b9aada038fe124ff9
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index f7db30629..ea8c8fe98 100644
--- 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)