* Build fix due to the changes in Screen.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-07-19 17:42:36 +00:00
parent 0c4f821caa
commit 78c704eee7
1 changed files with 2 additions and 6 deletions

View File

@ -2,6 +2,7 @@ SubDir HAIKU_TOP src bin screenmode ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders [ FDirName graphics common ] ;
UsePrivateHeaders [ FDirName graphics radeon ] ;
# for multimon.h
@ -11,13 +12,8 @@ BinCommand screenmode :
screenmode.cpp
# from Screen preferences
gtf.cpp
multimon.cpp
ScreenMode.cpp
: be $(TARGET_LIBSUPC++)
: be $(TARGET_LIBSUPC++) libaccelerantscommon.a
;
#SEARCH on [ FGristFiles
# ScreenMode.cpp
# ] = [ FDirName $(HAIKU_TOP) src preferences screen ] ;