SubDir OBOS_TOP src add-ons input_server devices mouse ;

UsePrivateHeaders input ;

Addon <input>mouse : input_server/devices : 
	MouseInputDevice.cpp 
	: false 
	: be <nogrist>input_server ;

if $(COMPILE_FOR_R5) {
} else {
        LinkSharedOSLibs <input>mouse : <boot!home!config!lib>libopenbeos.so ;
}

Package haiku-inputkit-cvs :
        <input>mouse :
        boot home config add-ons input_server devices ;
