From: Vsevolod Stakhov Date: Wed, 11 May 2011 16:12:24 +0000 (+0400) Subject: Forgot to save. X-Git-Tag: 0.3.13~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5f2831dae2e15cf5db696b972cfc66b4ae9332b;p=thirdparty%2Frspamd.git Forgot to save. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cbddacb6fb..b35884b522 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -563,10 +563,6 @@ SET(PLUGINSSRC src/plugins/surbl.c src/plugins/fuzzy_check.c src/plugins/spf.c) -ADD_CUSTOM_COMMAND(OUTPUT src/modules.c - COMMAND ../utils/gen-modules.sh ${PLUGINSSRC} - WORKING_DIRECTORY src) - ADD_SUBDIRECTORY(src/lua) ADD_SUBDIRECTORY(src/json) ADD_SUBDIRECTORY(src/cdb)