xref: /haiku/src/preferences/joysticks/Jamfile (revision 6aff37d1c79e20748c683ae224bd629f88a5b0be)
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