From: Matthias Braun Date: Thu, 5 May 2005 11:40:30 +0000 (+0000) Subject: forgot to include tinygettext dir in Jamfile X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=325c3e66f54dd752c4db711f64c3193053ef35d4;p=supertux.git forgot to include tinygettext dir in Jamfile SVN-Revision: 2399 --- diff --git a/src/Jamfile b/src/Jamfile index e11e6f757..b2f12697e 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -14,6 +14,7 @@ sources = [ Wildcard badguy : *.cpp *.h ] [ Wildcard sprite : *.cpp *.h ] [ Wildcard trigger : *.cpp *.h ] + [ Wildcard tinygettext : *.cpp *.h ] [ Wildcard control : *.cpp *.h ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;