libgame.so can now be compiled again in the test environment (libbe_test).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15701 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-28 21:53:13 +00:00
parent 68d3fc6f8f
commit 6f9dddcb72
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ switch $(HOST_PLATFORM) {
if $(TARGET_PLATFORM) = libbe_test {
# headers and flags
TARGET_HDRS += [ PublicHeaders app interface storage support ]
TARGET_HDRS += [ PublicHeaders app game interface storage support ]
[ PrivateHeaders $(DOT) ] ;
local compatibilityHeader = -include [ FDirName $(HAIKU_TOP) headers build
HaikuBuildCompatibility.h ] ;