From 0bae2ff3f1c4ca528e38903766d4c046f6456e42 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 15 Dec 2004 19:19:29 +0000 Subject: [PATCH] fix lib files not included in translation SVN-Revision: 2255 --- lib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 2.11.0