From: Mikhail Gusarov Date: Sat, 7 Mar 2015 09:58:58 +0000 (+0000) Subject: Fix installing conf/ files X-Git-Tag: 0.9.0~485^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0b5d9e932ab0b4ff5baaa4dbfbe2248a0bf44a44;p=rspamd.git Fix installing conf/ files --- 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 ##########################################