From: Vsevolod Stakhov Date: Thu, 12 Nov 2015 14:29:59 +0000 (+0000) Subject: Remove crap added by CLion X-Git-Tag: 1.1.0~576 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35f1eb09c64e8d32e07b1229224123f5b9feb6f2;p=thirdparty%2Frspamd.git Remove crap added by CLion --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 044efce2a1..fe18dc5990 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -89,7 +89,8 @@ SET(PLUGINSSRC plugins/surbl.c plugins/chartable.c plugins/fuzzy_check.c plugins/spf.c - plugins/dkim_check.c libutil/unix-std.h libserver/rspamd_control.c libserver/rspamd_control.h libcryptobox/curve25519/curve25519.c libcryptobox/curve25519/avx.c) + plugins/dkim_check.c + libserver/rspamd_control.c) SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim) SET(WORKERS_LIST normal controller smtp_proxy fuzzy lua http_proxy)