From f2d1109c8f7a450febae4d160b23bdd8f2a27465 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 2 Oct 2013 15:37:56 +0100 Subject: Add preliminary implementation of lua to rcl converter. --- src/lua/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua/CMakeLists.txt') diff --git a/src/lua/CMakeLists.txt b/src/lua/CMakeLists.txt index 762c9a10d..4713b3405 100644 --- a/src/lua/CMakeLists.txt +++ b/src/lua/CMakeLists.txt @@ -3,6 +3,7 @@ SET(LUASRC lua_common.c lua_task.c lua_message.c lua_config.c + lua_rcl.c lua_classifier.c lua_cfg_file.c lua_regexp.c @@ -15,8 +16,7 @@ SET(LUASRC lua_common.c lua_session.c lua_buffer.c lua_dns.c - lua_rsa.c - lua_rcl.c) + lua_rsa.c) ADD_LIBRARY(rspamd-lua ${LINK_TYPE} ${LUASRC}) SET_TARGET_PROPERTIES(rspamd-lua PROPERTIES VERSION ${RSPAMD_VERSION}) -- cgit v1.2.3