diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-19 13:50:31 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-19 13:50:31 +0000 |
commit | c73632361af0ec1faea773257b4b8764713cb169 (patch) | |
tree | a69fc30c6dae08e6c475d14308cc79d423f348f3 /CMakeLists.txt | |
parent | 20b70f7ade43a74b4790e503ec1dff33798f2cb0 (diff) | |
download | rspamd-c73632361af0ec1faea773257b4b8764713cb169.tar.gz rspamd-c73632361af0ec1faea773257b4b8764713cb169.zip |
Add rdns as a submodule.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42ca9f4b3..30583c86f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -898,6 +898,10 @@ ADD_SUBDIRECTORY(src/ucl) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(src/client) +SET(SLAVE_BUILD 1) +ADD_SUBDIRECTORY(src/rdns) +UNSET(SLAVE_BUILD) + ADD_SUBDIRECTORY(test) LIST(LENGTH PLUGINSSRC RSPAMD_MODULES_NUM) |