fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / bluetooth / Jamfile
blob339321da3763ef5ecd25163d2b511f595296cf05
1 SubDir HAIKU_TOP src preferences bluetooth ;
3 UsePrivateHeaders bluetooth ;
4 UsePrivateHeaders shared ;
6 AddResources Bluetooth : bluetooth-pref.rdef ;
8 Preference Bluetooth :
9         BluetoothDeviceView.cpp
10         BluetoothMain.cpp
11         BluetoothSettings.cpp
12         BluetoothSettingsView.cpp
13         BluetoothWindow.cpp
14         DeviceListItem.cpp
15         ExtendedLocalDeviceView.cpp
16         InquiryPanel.cpp
17         RemoteDevicesView.cpp
18         : be libbluetooth.so [ TargetLibsupc++ ] localestub
19         ;
21 DoCatalogs Bluetooth :
22         x-vnd.Haiku-BluetoothPrefs
23         :
24         BluetoothDeviceView.cpp
25         BluetoothMain.cpp
26         BluetoothSettingsView.cpp
27         BluetoothWindow.cpp
28         ExtendedLocalDeviceView.cpp
29         InquiryPanel.cpp
30         RemoteDevicesView.cpp