The "os" directory was missing from the UsePublicHeaders rule.

BTW the last change of this file requires updating your OBOS_TOP variable
to the current tree.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@40 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-07-10 15:55:05 +00:00
parent f2e60e56e0
commit e9625b4b51

View File

@ -382,7 +382,7 @@ rule UsePublicHeaders
local headers ;
for i in $(list) {
headers += [ FDirName $(OBOS_TOP) headers $(i) ] ;
headers += [ FDirName $(OBOS_TOP) headers os $(i) ] ;
}
UseHeaders $(headers) : $(targets) ;