da9793832b
Courtesy of candidate SoC student Adrien Destugues git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24866 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
386 B
Plaintext
20 lines
386 B
Plaintext
SubDir HAIKU_TOP src kits bluetooth ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
|
|
UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ;
|
|
}
|
|
|
|
UsePrivateHeaders bluetooth shared ;
|
|
|
|
SharedLibrary libbluetooth.so :
|
|
LocalDevice.cpp
|
|
DiscoveryListener.cpp
|
|
DiscoveryAgent.cpp
|
|
RemoteDevice.cpp
|
|
CommandManager.cpp
|
|
KitSupport.cpp
|
|
: be
|
|
;
|