xref: /haiku/src/add-ons/bluetooth/ResetLocalDevice/Jamfile (revision 5ac9b506412b11afb993bb52d161efe7666958a5)
1SubDir HAIKU_TOP src add-ons bluetooth ResetLocalDevice ;
2
3UsePrivateHeaders bluetooth ;
4
5Addon ResetLocalDevice :
6	ResetLocalDevice.cpp
7	: be libbluetooth.so
8;
9