Added the headers/os dir to FStandardOSHeaders and FStandardHeaders.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21948 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
253d42a602
commit
063ebe49ae
@ -352,7 +352,8 @@ rule FStandardOSHeaders
|
||||
kernel media mail midi midi2 net opengl storage support
|
||||
translation ;
|
||||
|
||||
return [ PublicHeaders $(osIncludes) ] ;
|
||||
return [ FDirName $(HAIKU_TOP) headers os ]
|
||||
[ PublicHeaders $(osIncludes) ] ;
|
||||
}
|
||||
|
||||
rule FStandardHeaders
|
||||
@ -377,6 +378,7 @@ rule FStandardHeaders
|
||||
headers += [ FDirName $(HAIKU_TOP) headers glibc ] ;
|
||||
|
||||
# Use public OS header directories
|
||||
headers += [ FDirName $(HAIKU_TOP) headers os ] ;
|
||||
headers += [ PublicHeaders $(osIncludes) ] ;
|
||||
|
||||
# Use the root of the private headers -- not so nice, but simplifies things.
|
||||
|
Loading…
Reference in New Issue
Block a user