libtranslation.so was built for the libbe_test target, but wasn't part of the

test environment (the install-test-apps target).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-06 16:34:13 +00:00
parent 4a856e1d8d
commit dd344f7934

View File

@ -25,3 +25,8 @@ Package haiku-translationkit-cvs :
Package haiku-translationkit-cvs :
libtranslation.so :
boot home config lib ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_LIB_DIR) : libtranslation.so
: tests!apps ;
}