diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-09 17:35:44 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-09 17:35:44 +0100 |
commit | c1a9b4988a861fb6087fc76ca549d4c364949ef0 (patch) | |
tree | e7b736898677d69180e704d7d28e8d9df6b34671 /src/CMakeLists.txt | |
parent | f1a8608981442bda6ffccafc8f1e6f72dc556ff4 (diff) | |
download | rspamd-c1a9b4988a861fb6087fc76ca549d4c364949ef0.tar.gz rspamd-c1a9b4988a861fb6087fc76ca549d4c364949ef0.zip |
Remove global rspamd_main.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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) |