From 393a7c39ecc9224faa7c11afc32c8e74f54ea3c5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 5 Jan 2013 20:29:26 +0400 Subject: Add webui handler for rspamd (skeleton). Fix url detector. Add group option for modules options. Some fixes in controller and rrd code. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f41f56bf..0432fc3c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -935,6 +935,7 @@ SET(RSPAMDSRC src/modules.c src/map.c src/smtp.c src/smtp_proxy.c + src/webui.c src/worker.c) SET(PLUGINSSRC src/plugins/surbl.c @@ -945,7 +946,7 @@ SET(PLUGINSSRC src/plugins/surbl.c src/plugins/dkim_check.c) SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim) -SET(WORKERS_LIST normal controller smtp smtp_proxy lmtp fuzzy keystorage lua) +SET(WORKERS_LIST normal controller smtp smtp_proxy lmtp fuzzy keystorage lua webui) AddModules(MODULES_LIST WORKERS_LIST) -- cgit v1.2.3