Added header directories missing for the libbe_test target, since my changes
a while ago that removed the incorrect automatic addition of Haiku header directories in case of targets other than "haiku". The app server test environment does now almost build again. The problem left is related to the recent changes of the accelerant interface. I suppose someone in the knows should decide if we can simply use our header or if special handling is needed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -741,7 +741,8 @@ if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) && $(TARGET_PLATFORM_BEOS_COMPATIBLE) {
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
# headers and flags
|
||||
TARGET_HDRS +=
|
||||
[ PublicHeaders app drivers game interface kernel storage support ]
|
||||
[ PublicHeaders $(DOT) app drivers game interface kernel storage
|
||||
support ]
|
||||
[ PrivateHeaders $(DOT) ] ;
|
||||
TARGET_DEFINES += __HAIKU__ ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user