From dd344f79345e7b0923cc8398cfe6eb58282edcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 6 Dec 2005 16:34:13 +0000 Subject: [PATCH] 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 --- src/kits/translation/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/kits/translation/Jamfile b/src/kits/translation/Jamfile index ea5a4d5556..9e462e3a82 100644 --- a/src/kits/translation/Jamfile +++ b/src/kits/translation/Jamfile @@ -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 ; +}