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