From 9a03a7ac0c13d1c18f98f6f7c912a20576bb34fb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 4 Apr 2016 17:38:46 +0100 Subject: [Feature] Add preliminary version of log_helper worker --- src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6191be291..349924214 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -80,7 +80,8 @@ SET(RSPAMDSRC controller.c rspamd.c smtp_proxy.c worker.c - http_proxy.c) + http_proxy.c + log_helper.c) SET(PLUGINSSRC plugins/surbl.c plugins/regexp.c @@ -91,7 +92,7 @@ SET(PLUGINSSRC plugins/surbl.c libserver/rspamd_control.c lua/lua_fann.c) SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim) -SET(WORKERS_LIST normal controller smtp_proxy fuzzy lua http_proxy) +SET(WORKERS_LIST normal controller smtp_proxy fuzzy lua http_proxy log_helper) IF (ENABLE_HYPERSCAN MATCHES "ON") LIST(APPEND WORKERS_LIST "hs_helper") LIST(APPEND RSPAMDSRC "hs_helper.c") -- cgit v1.2.3