From 34c513c64563a2c684ff3e61357f5936211e7543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Fri, 26 Sep 2008 18:06:07 +0200 Subject: [PATCH] Fix waf wscript for the renamed files --- src/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wscript b/src/wscript index 7ff1054..13d1524 100644 --- a/src/wscript +++ b/src/wscript @@ -32,6 +32,7 @@ common_source=''' sys-socket.c url_parser.rl utils.c + value.c worker.c plugin_core.c @@ -41,7 +42,7 @@ common_source_lua=''' actions_lua.c condition_lua.c config_lua.c - options_lua.c + value_lua.c ''' main_source = '''