xref: /haiku/src/add-ons/input_server/devices/keyboard/Jamfile (revision 97dfeb96704e5dbc5bec32ad7b21379d0125e031)
1SubDir HAIKU_TOP src add-ons input_server devices keyboard ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders input interface shared tracker ;
6UsePrivateSystemHeaders ;
7
8AddResources <input>keyboard : Keyboard.rdef ;
9
10Addon <input>keyboard :
11	KeyboardInputDevice.cpp
12	Keymap.cpp
13
14	TeamMonitorWindow.cpp
15	TeamListItem.cpp
16
17	: input_server be shared localestub [ TargetLibsupc++ ] ;
18
19DoCatalogs <input>keyboard :
20	x-vnd.Haiku-KeyboardInputServerDevice
21	:
22	TeamMonitorWindow.cpp
23;
24
25