aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@debian.org>2015-03-07 09:58:58 +0000
committerAndrew Lewis <nerf@judo.za.org>2015-03-17 18:56:52 +0200
commit0b5d9e932ab0b4ff5baaa4dbfbe2248a0bf44a44 (patch)
tree6d4b946074ed4965ace17b97a665741b51596fdf /CMakeLists.txt
parentcd1028e0bddf5f172dc8990c485d8b5fd3eda0b5 (diff)
downloadrspamd-0b5d9e932ab0b4ff5baaa4dbfbe2248a0bf44a44.tar.gz
rspamd-0b5d9e932ab0b4ff5baaa4dbfbe2248a0bf44a44.zip
Fix installing conf/ files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3754197f6..69ddd7d3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1009,16 +1009,19 @@ CONFIGURE_FILE(config.h.in src/config.h)
CONFIGURE_FILE(contrib/exim/local_scan.c.in contrib/exim/local_scan_rspamd.c @ONLY)
SET(CONFFILES
+ conf/common.conf
conf/composites.conf
- conf/logging.conf
conf/metrics.conf
conf/modules.conf
- conf/options.conf
conf/rspamd.conf
+ conf/rspamd.sysvinit.conf
conf/statistic.conf
- conf/workers.conf
conf/2tld.inc
- conf/surbl-whitelist.inc)
+ conf/logging.inc
+ conf/options.inc
+ conf/surbl-whitelist.inc
+ conf/worker-controller.inc
+ conf/worker-normal.inc)
##################### INSTALLATION ##########################################