summaryrefslogtreecommitdiff
path: root/src/auditordb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-24 11:32:52 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-24 11:32:52 +0200
commit977ddd7bb97f9cec780407f27ccb2dbf8d1cf722 (patch)
treef2a192aedb47996805842c2dfed79e9fc3170e72 /src/auditordb/Makefile.am
parent9eaee4c80353b4e1317c0df2418f24209c2b238d (diff)
downloadexchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.tar.gz
exchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.tar.bz2
exchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.zip
-adapt to latest libgnunetpq
Diffstat (limited to 'src/auditordb/Makefile.am')
-rw-r--r--src/auditordb/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index 92aabcd31..eef79256c 100644
--- a/src/auditordb/Makefile.am
+++ b/src/auditordb/Makefile.am
@@ -14,10 +14,10 @@ pkgcfg_DATA = \
sqldir = $(prefix)/share/taler/sql/auditor/
sql_DATA = \
- auditor-0000.sql \
+ versioning.sql \
auditor-0001.sql \
- drop0001.sql \
- restart0001.sql
+ drop.sql \
+ restart.sql
EXTRA_DIST = \
auditordb-postgres.conf \