bluetooth_server: Fix multi-arch build
This commit is contained in:
parent
20802959d3
commit
e29ff32374
@ -10,22 +10,28 @@ UsePrivateHeaders shared bluetooth ;
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) UI ] ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
on $(architectureObject) {
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
|
||||
|
||||
SharedLibrary libbluetooth.so :
|
||||
LocalDevice.cpp
|
||||
DiscoveryListener.cpp
|
||||
DiscoveryAgent.cpp
|
||||
RemoteDevice.cpp
|
||||
CommandManager.cpp
|
||||
KitSupport.cpp
|
||||
DeviceClass.cpp
|
||||
#UI
|
||||
PincodeWindow.cpp
|
||||
ConnectionIncoming.cpp
|
||||
: be localestub [ TargetLibstdc++ ]
|
||||
;
|
||||
SharedLibrary [ MultiArchDefaultGristFiles libbluetooth.so ] :
|
||||
LocalDevice.cpp
|
||||
DiscoveryListener.cpp
|
||||
DiscoveryAgent.cpp
|
||||
RemoteDevice.cpp
|
||||
CommandManager.cpp
|
||||
KitSupport.cpp
|
||||
DeviceClass.cpp
|
||||
#UI
|
||||
PincodeWindow.cpp
|
||||
ConnectionIncoming.cpp
|
||||
:
|
||||
be localestub [ TargetLibstdc++ ]
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
DoCatalogs libbluetooth.so :
|
||||
x-vnd.Haiku-Bluetooth
|
||||
|
Loading…
Reference in New Issue
Block a user