From 440c9a38e5551df9ba610a36d3b14b03a946f941 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 30 Nov 2004 16:13:46 +0000 Subject: [PATCH] fix for sconsfiles SVN-Revision: 2230 --- lib/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/SConscript b/lib/SConscript index 9cc2fd17a..0f7c963fa 100644 --- a/lib/SConscript +++ b/lib/SConscript @@ -6,7 +6,8 @@ libsupertux_src = Glob("app/*.cpp") \ + Glob("math/*.cpp") \ + Glob("special/*.cpp") \ + Glob("utils/*.cpp") \ - + Glob("video/*.cpp") + + Glob("video/*.cpp") \ + + Glob("lisp/*.cpp") lib = env.Library( target="supertux", -- 2.11.0