projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8daad02
)
fix lib files not included in translation
author
Matthias Braun
<matze@braunis.de>
Wed, 15 Dec 2004 19:19:29 +0000
(19:19 +0000)
committer
Matthias Braun
<matze@braunis.de>
Wed, 15 Dec 2004 19:19:29 +0000
(19:19 +0000)
SVN-Revision: 2255
lib/Jamfile
patch
|
blob
|
history
diff --git
a/lib/Jamfile
b/lib/Jamfile
index
07719c7
..
6f25971
100644
(file)
--- a/
lib/Jamfile
+++ b/
lib/Jamfile
@@
-10,7
+10,7
@@
sources =
[ Wildcard video : *.cpp *.h ]
[ Wildcard lisp : *.cpp *.h ]
;
-TRANSLATABLE_SOURCE += [ DoSourceGrist $(sources) ] ;
+TRANSLATABLE_SOURCE
S
+= [ DoSourceGrist $(sources) ] ;
Library supertuxlib : $(sources) : noinstall ;
ExternalLibs supertuxlib : SDL SDLMIXER SDLIMAGE GL ;