xref: /haiku/src/preferences/bluetooth/Jamfile (revision 329ae20bacef9fe2b5c523546d2874e688415dc9)
1a27e95e3SStephan AßmusSubDir HAIKU_TOP src preferences bluetooth ;
2a27e95e3SStephan Aßmus
3111d9460SOliver Ruiz DorantesUsePrivateHeaders bluetooth ;
4a27e95e3SStephan AßmusUsePrivateHeaders shared ;
5a27e95e3SStephan Aßmus
6b83e8179SAugustin CavalierAddResources Bluetooth : Bluetooth.rdef ;
7341f47a5SOliver Ruiz Dorantes
8a27e95e3SStephan AßmusPreference Bluetooth :
9a27e95e3SStephan Aßmus	BluetoothDeviceView.cpp
10a27e95e3SStephan Aßmus	BluetoothMain.cpp
11e381b025STri-Edge AI	BluetoothSettings.cpp
12a27e95e3SStephan Aßmus	BluetoothSettingsView.cpp
13a27e95e3SStephan Aßmus	BluetoothWindow.cpp
14a27e95e3SStephan Aßmus	DeviceListItem.cpp
15a27e95e3SStephan Aßmus	ExtendedLocalDeviceView.cpp
16a27e95e3SStephan Aßmus	InquiryPanel.cpp
17a27e95e3SStephan Aßmus	RemoteDevicesView.cpp
18*329ae20bSFredrik Modéen	: be shared libbluetooth.so [ TargetLibsupc++ ] localestub
19a27e95e3SStephan Aßmus	;
20a27e95e3SStephan Aßmus
21bef020d3SAdrien DestuguesDoCatalogs Bluetooth :
22bef020d3SAdrien Destugues	x-vnd.Haiku-BluetoothPrefs
23bef020d3SAdrien Destugues	:
24bef020d3SAdrien Destugues	BluetoothDeviceView.cpp
25bef020d3SAdrien Destugues	BluetoothMain.cpp
26bef020d3SAdrien Destugues	BluetoothSettingsView.cpp
27bef020d3SAdrien Destugues	BluetoothWindow.cpp
28bef020d3SAdrien Destugues	ExtendedLocalDeviceView.cpp
29bef020d3SAdrien Destugues	InquiryPanel.cpp
30bef020d3SAdrien Destugues	RemoteDevicesView.cpp
31bef020d3SAdrien Destugues;
32bef020d3SAdrien Destugues
33