bluetooth_server: Fix multi-arch build
This commit is contained in:
+20
-14
@@ -10,22 +10,28 @@ UsePrivateHeaders shared bluetooth ;
|
|||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) UI ] ;
|
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 :
|
SharedLibrary [ MultiArchDefaultGristFiles libbluetooth.so ] :
|
||||||
LocalDevice.cpp
|
LocalDevice.cpp
|
||||||
DiscoveryListener.cpp
|
DiscoveryListener.cpp
|
||||||
DiscoveryAgent.cpp
|
DiscoveryAgent.cpp
|
||||||
RemoteDevice.cpp
|
RemoteDevice.cpp
|
||||||
CommandManager.cpp
|
CommandManager.cpp
|
||||||
KitSupport.cpp
|
KitSupport.cpp
|
||||||
DeviceClass.cpp
|
DeviceClass.cpp
|
||||||
#UI
|
#UI
|
||||||
PincodeWindow.cpp
|
PincodeWindow.cpp
|
||||||
ConnectionIncoming.cpp
|
ConnectionIncoming.cpp
|
||||||
: be localestub [ TargetLibstdc++ ]
|
:
|
||||||
;
|
be localestub [ TargetLibstdc++ ]
|
||||||
|
;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
DoCatalogs libbluetooth.so :
|
DoCatalogs libbluetooth.so :
|
||||||
x-vnd.Haiku-Bluetooth
|
x-vnd.Haiku-Bluetooth
|
||||||
|
|||||||
Reference in New Issue
Block a user