platform_kernel_args & libdisk_device_manager.so

Tyler Dauwalder <tyler-cyCl/[email protected]> Fri, 24 Oct 2003 02:39:23 -0700
Newsgroups gmane.os.openbeos.storage
Message-ID <20031024023923.711.4@heroin_bob.attbi.com>
Compiling libdisk_device_manager.so was failing due to 
ddm_userland_interface.cpp needing the boot platform specific 
platform_kernel_args.h file in the search path, so I added:

UsePrivateHeaders [ FDirName kernel boot platform $(OBOS_BOOT_PLATFORM) ] ;

to the Jamfile for libdisk_device_manager.so. It doesn't appear to muck 
anything up, but I'm not sure if this how you all want this handled or not 
so I thought I'd mention it. :-)

-Tyler