* Added missing include dependency from input_server to SystemKeymap.h.
* Removed superfluous package rules. * 80 character per line cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
897ca37d52
commit
2f0568369b
@ -64,13 +64,9 @@ Server input_server :
|
||||
: be $(TARGET_LIBSTDC++)
|
||||
;
|
||||
|
||||
Includes [ FGristFiles InputServer.cpp ] : [ FGristFiles SystemKeymap.h ] ;
|
||||
|
||||
SEARCH on [ FGristFiles AddOnMonitor.cpp
|
||||
AddOnMonitorHandler.cpp
|
||||
NodeMonitorHandler.cpp ] += [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ;
|
||||
|
||||
Package haiku-inputkit-cvs :
|
||||
input_server :
|
||||
boot beos system servers ;
|
||||
|
||||
Packages haiku-inputkit-cvs :
|
||||
README LICENSE install.sh ;
|
||||
AddOnMonitorHandler.cpp
|
||||
NodeMonitorHandler.cpp ]
|
||||
+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user