Here goes the input server.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@50 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-10 19:33:56 +00:00
parent f63877e7f7
commit b8c8c78099
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,5 @@
SubDir OBOS_TOP src servers ;
SubInclude OBOS_TOP src servers app ;
SubInclude OBOS_TOP src servers input ;

View File

@ -0,0 +1,9 @@
SubDir OBOS_TOP src servers input ;
Server input_server :
InputServer.cpp
InputServerDevice.cpp
InputServerFilter.cpp
InputServerMethod.cpp
;
LinkSharedOSLibs input_server : be root ;