Just read in the SuperTux WIKI that there is a need for graphics of keys.... well:
[supertux.git] / lib / Jamfile
index e38266a..6f25971 100644 (file)
@@ -8,8 +8,9 @@ sources =
     [ Wildcard special : *.cpp *.h ]
     [ Wildcard utils : *.cpp *.h ]
     [ Wildcard video : *.cpp *.h ]
+    [ Wildcard lisp : *.cpp *.h ]
 ;
-TRANSLATABLE_SOURCE += [ DoSourceGrist $(sources) ] ;
+TRANSLATABLE_SOURCES += [ DoSourceGrist $(sources) ] ;
 
 Library supertuxlib : $(sources) : noinstall ;
 ExternalLibs supertuxlib : SDL SDLMIXER SDLIMAGE GL ;