forgot to include tinygettext dir in Jamfile
authorMatthias Braun <matze@braunis.de>
Thu, 5 May 2005 11:40:30 +0000 (11:40 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 5 May 2005 11:40:30 +0000 (11:40 +0000)
SVN-Revision: 2399

src/Jamfile

index e11e6f7..b2f1269 100644 (file)
@@ -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) ] ;