]> source.dussan.org Git - rspamd.git/commitdiff
Fix installing conf/ files
authorMikhail Gusarov <dottedmag@debian.org>
Sat, 7 Mar 2015 09:58:58 +0000 (09:58 +0000)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 17 Mar 2015 16:56:52 +0000 (18:56 +0200)
CMakeLists.txt

index 3754197f6b4cf09299eeadf2686e6c7fe07b4a15..69ddd7d3d2a8abfbaee535a8f36a8987e0957f10 100644 (file)
@@ -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 ##########################################