fixed: made jamfile actually build the relevant stuff

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
matzon 2002-08-13 14:34:26 +00:00
parent 54831cd6f1
commit fa883a5924

View File

@ -1,10 +1,10 @@
SubDir OBOS_TOP src tests kits translation ;
SimpleTest BitmapStreamTest : BitmapStreamTest.cpp
: libtranslation.so be ;
SimpleTest TranslatorRosterTest : TranslatorRosterTest.cpp
: libtranslation.so be ;
SubInclude OBOS_TOP src tests kits translation multitest ;
CommonTestLib libtranslationtest.so
: TranslationKitTestAddon.cpp
TranslatorRosterTest.cpp
: libtranslation.so be stdc++.r4
: translation be stdc++.r4
:
: translation
;