diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-06 03:08:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-06 03:08:49 +0200 |
commit | 049e9c89c14f7701f46b5d7b71d54a06331774d3 (patch) | |
tree | 7314e2b15d3d4ecadfa61624c08951c895385ed9 | |
parent | 07502333a715401c5412781b07079a42ceb50e36 (diff) | |
download | exchange-049e9c89c14f7701f46b5d7b71d54a06331774d3.tar.gz exchange-049e9c89c14f7701f46b5d7b71d54a06331774d3.zip |
update Makefile.am
-rw-r--r-- | src/auditor/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index a31705f99..e3600e20f 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am | |||
@@ -105,4 +105,10 @@ TESTS = $(check_SCRIPTS) | |||
105 | 105 | ||
106 | EXTRA_DIST = \ | 106 | EXTRA_DIST = \ |
107 | auditor.conf \ | 107 | auditor.conf \ |
108 | $(check_SCRIPTS) | 108 | generate-auditor-basedb.sh \ |
109 | generate-auditor-basedb.conf \ | ||
110 | generate-auditor-basedb-template.conf \ | ||
111 | $(check_SCRIPTS) \ | ||
112 | auditor-basedb.sql \ | ||
113 | auditor-basedb.fees \ | ||
114 | auditor-basedb.mpub | ||