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
This commit is contained in:
Axel Dörfler 2005-12-29 11:55:23 +00:00
parent 2642bdee5c
commit a4513d1c7c
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,8 @@
SubDir HAIKU_TOP src preferences backgrounds ; SubDir HAIKU_TOP src preferences backgrounds ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ; UsePrivateHeaders shared ;
Preference Backgrounds : Preference Backgrounds :
@ -7,6 +10,11 @@ Preference Backgrounds :
BGMain.cpp BGMain.cpp
BGView.cpp BGView.cpp
BGWindow.cpp BGWindow.cpp
: libbe.so libtracker.so libtranslation.so : be tracker translation
: Backgrounds.rdef : Backgrounds.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds
: tests!apps ;
}