fixed badguy respawning after being killed by a fireball
[supertux.git] / 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",