fix for sconsfiles
authorMatthias Braun <matze@braunis.de>
Tue, 30 Nov 2004 16:13:46 +0000 (16:13 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 30 Nov 2004 16:13:46 +0000 (16:13 +0000)
SVN-Revision: 2230

lib/SConscript

index 9cc2fd1..0f7c963 100644 (file)
@@ -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",