libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / preferences / bluetooth / Jamfile
blobbd86b896e529016c0f0df618bcc1cd1a72d02101
1 SubDir HAIKU_TOP src preferences bluetooth ;
3 UsePrivateHeaders bluetooth ;
4 UsePrivateHeaders shared ;
6 AddResources Bluetooth : Bluetooth.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