diff options
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 1ef5111d9..e398e1959 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -202,19 +202,10 @@ EXTRA_DIST = \ auditor.conf \ test-sync-in.conf \ test-sync-out.conf \ + auditor-basedb.conf \ + revoke-basedb.conf \ generate-auditor-basedb.sh \ generate-revoke-basedb.sh \ generate-auditor-basedb.conf \ generate-auditor-basedb-template.conf \ - $(check_SCRIPTS) \ - auditor-basedb.age \ - auditor-basedb.conf \ - auditor-basedb.sql \ - auditor-basedb-libeufin.sql \ - auditor-basedb.mpub \ - auditor-basedb.mpriv \ - revoke-basedb.age \ - revoke-basedb.conf \ - revoke-basedb.sql \ - revoke-basedb-libeufin.sql \ - revoke-basedb.mpub + $(check_SCRIPTS) |