Added the "app" directory to the kernel includes to be able to access

AppDefs.h (for B_QUERY_UPDATE, etc.).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7796 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-07 13:35:31 +00:00
parent d3777559b7
commit 99b8dab3b9
+1 -1
View File
@@ -1644,7 +1644,7 @@ rule SetupKernel
local _objs = [ FGristFiles $(1:S=$(SUFOBJ)) ] ;
#Setup Kernel header directories
local public_kernel_includes = add-ons/file_system add-ons/graphics device drivers kernel storage support ;
local public_kernel_includes = add-ons/file_system add-ons/graphics app device drivers kernel storage support ;
local private_kernel_includes = kernel libroot kernel/boot/platform/$(OBOS_BOOT_PLATFORM) ;
# Use posix headers directory
HDRS = [ FDirName $(OBOS_TOP) headers posix ] ;