summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-09 17:35:44 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-09 17:35:44 +0100
commitc1a9b4988a861fb6087fc76ca549d4c364949ef0 (patch)
treee7b736898677d69180e704d7d28e8d9df6b34671 /src/CMakeLists.txt
parentf1a8608981442bda6ffccafc8f1e6f72dc556ff4 (diff)
downloadrspamd-c1a9b4988a861fb6087fc76ca549d4c364949ef0.tar.gz
rspamd-c1a9b4988a861fb6087fc76ca549d4c364949ef0.zip
Remove global rspamd_main.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0490186df..40882da54 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -85,7 +85,7 @@ SET(PLUGINSSRC plugins/surbl.c
plugins/chartable.c
plugins/fuzzy_check.c
plugins/spf.c
- plugins/dkim_check.c libutil/unix-std.h)
+ plugins/dkim_check.c libutil/unix-std.h libserver/rspamd_control.c libserver/rspamd_control.h)
SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim)
SET(WORKERS_LIST normal controller smtp_proxy fuzzy lua http_proxy)