diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-10-23 19:10:40 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-10-23 19:10:40 +0400 |
commit | e5f01249a3498ab47c7c7852f83564d466629a8b (patch) | |
tree | 03f4a6f4a1dc52ca29e8a9e3aff6f9048c3cf9a3 /configure | |
parent | 9d6f80f8a3fbdc7d8079f6a60d936532098e27a4 (diff) | |
download | rspamd-e5f01249a3498ab47c7c7852f83564d466629a8b.tar.gz rspamd-e5f01249a3498ab47c7c7852f83564d466629a8b.zip |
* Add initial implementation of control interface
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ YACC_OUTPUT="cfg_yacc.c" LEX_OUTPUT="cfg_lex.c" CONFIG="config.h" -SOURCES="upstream.c cfg_utils.c memcached.c main.c util.c worker.c fstring.c url.c perl.c protocol.c mem_pool.c filter.c plugins/regexp.c plugins/surbl.c ${LEX_OUTPUT} ${YACC_OUTPUT}" +SOURCES="upstream.c cfg_utils.c memcached.c main.c util.c controller.c worker.c fstring.c url.c perl.c protocol.c mem_pool.c filter.c plugins/regexp.c plugins/surbl.c ${LEX_OUTPUT} ${YACC_OUTPUT}" MODULES="surbl regexp" CFLAGS="$CFLAGS -W -Wpointer-arith -Wno-unused-parameter" @@ -576,7 +576,7 @@ SOURCES=$SOURCES # ${EXEC} objects OBJECTS=$OBJECTS # Version of product -VERION=$VERSION +VERSION=$VERSION # Detected operation system OS=$OS # Lex and yacc executables |