fixed build for non haiku targets

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-12-15 20:30:13 +00:00
parent 580b6319dc
commit 127e973b5d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src preferences keymap ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders interface ;
Preference Keymap :
@ -8,6 +10,6 @@ Preference Keymap :
KeymapListItem.cpp
Keymap.cpp
KeymapTextView.cpp
: libbe.so libtracker.so
: be tracker
: Keymap.rdef
;

View File

@ -18,6 +18,7 @@
#include <Control.h>
#include <FilePanel.h>
#include <ListView.h>
#include <Window.h>
#include <MenuBar.h>
#include "KeymapTextView.h"