]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix installing conf/ files
authorMikhail Gusarov <dottedmag@debian.org>
Sat, 7 Mar 2015 09:58:58 +0000 (09:58 +0000)
committerMikhail Gusarov <dottedmag@debian.org>
Sat, 7 Mar 2015 10:42:26 +0000 (10:42 +0000)
CMakeLists.txt

index 35b60a98a9ed152469082b32e08e4dd1329ff5ed..9e570a9910e4436e1c3acda0bc8eb4372eafe923 100644 (file)
@@ -939,16 +939,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 ##########################################