diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-03 17:59:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-03 17:59:42 +0100 |
commit | eab784a8fa4c392e27bd59426f60f94fb6748569 (patch) | |
tree | 2614acb1110c1e2f197eb2a7b82de5d1885e9a45 /src/lua/CMakeLists.txt | |
parent | 003073c44cf5e0db3d895d5ac2f15f8e5c45f276 (diff) | |
download | rspamd-eab784a8fa4c392e27bd59426f60f94fb6748569.tar.gz rspamd-eab784a8fa4c392e27bd59426f60f94fb6748569.zip |
Remove stupid lua_message module.
Diffstat (limited to 'src/lua/CMakeLists.txt')
-rw-r--r-- | src/lua/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/CMakeLists.txt b/src/lua/CMakeLists.txt index f05da4985..5e2df2419 100644 --- a/src/lua/CMakeLists.txt +++ b/src/lua/CMakeLists.txt @@ -1,7 +1,6 @@ # Lua support makefile SET(LUASRC lua_common.c lua_task.c - lua_message.c lua_config.c lua_classifier.c lua_cfg_file.c |