tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / bin / listdev / Jamfile
blob67bc4873c7b78624c71ebdbb9dc20bb76fc68bb4
1 SubDir HAIKU_TOP src bin listdev ;
3 UsePrivateHeaders shared ;
4 UsePrivateKernelHeaders ;
5         # TODO: The dm_wrapper.h includes <kdevice_manager.h>! Clean that up!
6 UsePrivateSystemHeaders ;
8 BinCommand listdev :
9         dm_wrapper.c
10         listdev.c
13 ObjectHdrs [ FGristFiles listdev$(SUFOBJ) ]
14         : [ FDirName $(TARGET_COMMON_DEBUG_OBJECT_DIR_$(TARGET_PACKAGING_ARCH))
15                 apps devices ] ;
16 Includes [ FGristFiles listdev.c ] : <src!apps!devices>pcihdr.h ;