xref: /haiku/src/add-ons/input_server/devices/wacom/Jamfile (revision ff2e520912416877692e36bb130608d1a92df078)
1SubDir HAIKU_TOP src add-ons input_server devices wacom ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders input ;
6
7Addon <input>wacom :
8	DeviceReader.cpp
9	MasterServerDevice.cpp
10	PointingDevice.cpp
11	PointingDeviceFactory.cpp
12	TabletDevice.cpp
13	: be input_server $(TARGET_LIBSUPC++) ;
14