xref: /haiku/src/preferences/joysticks/Jamfile (revision 850f2d1e58cc443f77353c7fc0ce0c158c1fd328)
1SubDir HAIKU_TOP src preferences joysticks ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Preference Joysticks :
6	CalibWin.cpp
7	JoyWin.cpp
8	Joysticks.cpp
9	MessageWin.cpp
10	PortItem.cpp
11	: be libdevice.so [ TargetLibsupc++ ]
12	: Joysticks.rdef
13	;
14
15