xref: /haiku/src/preferences/joysticks/Jamfile (revision 020cbad9d40235a2c50a81a42d69912a5ff8fbc4)
1SubDir HAIKU_TOP src preferences joysticks ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Preference Joysticks :
6	CalibWin.cpp
7	JoyWin.cpp
8	Joysticks.cpp
9	MessageWin.cpp
10	: be device
11	: Joysticks.rdef
12	;
13
14