aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent7abd1aa0961000b38e4f3bd6ae3a78a7d403fb1e (diff)
downloadexchange-5279c48624cf3a04757e6f9ed7533d1369f7d198.tar.xz
fixing dist issues (#8153)
Diffstat (limited to 'src')
-rw-r--r--src/auditordb/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)