Added private input headers, for input server communication in Input.cpp and InterfaceDefs.cpp

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8602 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-08-18 15:41:33 +00:00
parent 4d8f736888
commit 7bc84645a1

View File

@ -21,6 +21,7 @@ for subdir in $(subdirs) {
UsePrivateHeaders shared app [ FDirName servers app ] ;
UsePrivateHeaders kernel ;
# for syscalls.h
UsePrivateHeaders input ;
# Add subsubdirs to the SEARCH_SOURCE.
SEARCH_SOURCE += [ FDirName $(SUBDIR) interface BTextView ] ;