From 0b5d9e932ab0b4ff5baaa4dbfbe2248a0bf44a44 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sat, 7 Mar 2015 09:58:58 +0000 Subject: [PATCH] Fix installing conf/ files --- CMakeLists.txt | 11 +++++++---- 1 file 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 ########################################## -- 2.39.5