xref: /haiku/src/preferences/bluetooth/Jamfile (revision a27e95e37b027b129eada159e344d7ee3fe62b4b)
1*a27e95e3SStephan AßmusSubDir HAIKU_TOP src preferences bluetooth ;
2*a27e95e3SStephan Aßmus
3*a27e95e3SStephan AßmusUsePrivateHeaders shared ;
4*a27e95e3SStephan Aßmus
5*a27e95e3SStephan AßmusPreference Bluetooth :
6*a27e95e3SStephan Aßmus	BluetoothDeviceView.cpp
7*a27e95e3SStephan Aßmus	BluetoothMain.cpp
8*a27e95e3SStephan Aßmus	BluetoothSettingsView.cpp
9*a27e95e3SStephan Aßmus	BluetoothWindow.cpp
10*a27e95e3SStephan Aßmus	DeviceListItem.cpp
11*a27e95e3SStephan Aßmus	ExtendedLocalDeviceView.cpp
12*a27e95e3SStephan Aßmus	InquiryPanel.cpp
13*a27e95e3SStephan Aßmus	RemoteDevicesView.cpp
14*a27e95e3SStephan Aßmus	: be libbluetooth.so
15*a27e95e3SStephan Aßmus	;
16*a27e95e3SStephan Aßmus
17