From a4513d1c7c3c98f1bd9a1b07f5abcfc3508ed954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 Dec 2005 11:55:23 +0000 Subject: [PATCH] Enabled building Backgrounds under BeOS, and added it to the test environment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15711 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/backgrounds/Jamfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/preferences/backgrounds/Jamfile b/src/preferences/backgrounds/Jamfile index dc30621082..6854c7ada3 100644 --- a/src/preferences/backgrounds/Jamfile +++ b/src/preferences/backgrounds/Jamfile @@ -1,5 +1,8 @@ SubDir HAIKU_TOP src preferences backgrounds ; +SetSubDirSupportedPlatformsBeOSCompatible ; +AddSubDirSupportedPlatforms libbe_test ; + UsePrivateHeaders shared ; Preference Backgrounds : @@ -7,6 +10,11 @@ Preference Backgrounds : BGMain.cpp BGView.cpp BGWindow.cpp - : libbe.so libtracker.so libtranslation.so + : be tracker translation : Backgrounds.rdef ; + +if $(TARGET_PLATFORM) = libbe_test { + HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds + : tests!apps ; +}