From: Matthias Braun Date: Wed, 15 Dec 2004 19:19:29 +0000 (+0000) Subject: fix lib files not included in translation X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0bae2ff3f1c4ca528e38903766d4c046f6456e42;p=supertux.git fix lib files not included in translation SVN-Revision: 2255 --- diff --git a/lib/Jamfile b/lib/Jamfile index 07719c72f..6f259715a 100644 --- a/lib/Jamfile +++ b/lib/Jamfile @@ -10,7 +10,7 @@ sources = [ 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 ;