bluetooth_server: Fix multi-arch build

This commit is contained in:
Alexander von Gluck IV
2016-04-22 14:32:51 -05:00
parent 20802959d3
commit e29ff32374
+10 -4
View File
@@ -10,10 +10,13 @@ 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
@@ -24,8 +27,11 @@ SharedLibrary libbluetooth.so :
#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