瀏覽代碼

Fix installing conf/ files

tags/0.9.0
Mikhail Gusarov 9 年之前
父節點
當前提交
0b5d9e932a
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7
    4
      CMakeLists.txt

+ 7
- 4
CMakeLists.txt 查看文件

CONFIGURE_FILE(contrib/exim/local_scan.c.in contrib/exim/local_scan_rspamd.c @ONLY) CONFIGURE_FILE(contrib/exim/local_scan.c.in contrib/exim/local_scan_rspamd.c @ONLY)


SET(CONFFILES SET(CONFFILES
conf/common.conf
conf/composites.conf conf/composites.conf
conf/logging.conf
conf/metrics.conf conf/metrics.conf
conf/modules.conf conf/modules.conf
conf/options.conf
conf/rspamd.conf conf/rspamd.conf
conf/rspamd.sysvinit.conf
conf/statistic.conf conf/statistic.conf
conf/workers.conf
conf/2tld.inc 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 ########################################## ##################### INSTALLATION ##########################################



Loading…
取消
儲存