Properly integrate the Bluetooth preflet with the build system.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d254a0eb2c
commit
a27e95e37b
@ -2,6 +2,7 @@ SubDir HAIKU_TOP src preferences ;
|
||||
|
||||
SubInclude HAIKU_TOP src preferences appearance ;
|
||||
SubInclude HAIKU_TOP src preferences backgrounds ;
|
||||
SubInclude HAIKU_TOP src preferences bluetooth ;
|
||||
SubInclude HAIKU_TOP src preferences cpufrequency ;
|
||||
SubInclude HAIKU_TOP src preferences datatranslations ;
|
||||
SubInclude HAIKU_TOP src preferences devices ;
|
||||
|
16
src/preferences/bluetooth/Jamfile
Normal file
16
src/preferences/bluetooth/Jamfile
Normal file
@ -0,0 +1,16 @@
|
||||
SubDir HAIKU_TOP src preferences bluetooth ;
|
||||
|
||||
UsePrivateHeaders shared ;
|
||||
|
||||
Preference Bluetooth :
|
||||
BluetoothDeviceView.cpp
|
||||
BluetoothMain.cpp
|
||||
BluetoothSettingsView.cpp
|
||||
BluetoothWindow.cpp
|
||||
DeviceListItem.cpp
|
||||
ExtendedLocalDeviceView.cpp
|
||||
InquiryPanel.cpp
|
||||
RemoteDevicesView.cpp
|
||||
: be libbluetooth.so
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user