SubDir HAIKU_TOP src preferences bluetooth ;

UsePrivateHeaders bluetooth ;
UsePrivateHeaders shared ;

AddResources Bluetooth : bluetooth-pref.rdef ;

Preference Bluetooth : 
	BluetoothDeviceView.cpp
	BluetoothMain.cpp
	BluetoothSettingsView.cpp
	BluetoothWindow.cpp
	DeviceListItem.cpp
	ExtendedLocalDeviceView.cpp
	InquiryPanel.cpp
	RemoteDevicesView.cpp
	: be libbluetooth.so $(TARGET_LIBSUPC++)
	;

