xref: /haiku/src/preferences/joysticks/Jamfile (revision 4f2fd49bdc6078128b1391191e4edac647044c3d)
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 device
12	: Joysticks.rdef
13	;
14
15