diff options
Diffstat (limited to 'src/auditordb/Makefile.am')
-rw-r--r-- | src/auditordb/Makefile.am | 6 |
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 \ |