From 6f9dddcb72da81b6e56b30a3d063816095a66432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 28 Dec 2005 21:53:13 +0000 Subject: [PATCH] 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 --- build/jam/BuildSetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 2b2ae367f2..9fed859d33 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -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 ] ;