From 349a150359fa2a70fd1438f7d9b0993286464e75 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 5 Apr 2009 15:13:53 +0000 Subject: [PATCH] build fix: * added 'app' private header path such that ServerProtocolStructs.h can be found git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29939 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/workspaces/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/workspaces/Jamfile b/src/apps/workspaces/Jamfile index 6f95448cef..cf6c475f3a 100644 --- a/src/apps/workspaces/Jamfile +++ b/src/apps/workspaces/Jamfile @@ -3,7 +3,7 @@ SubDir HAIKU_TOP src apps workspaces ; SetSubDirSupportedPlatformsBeOSCompatible ; AddSubDirSupportedPlatforms libbe_test ; -UsePrivateHeaders interface ; +UsePrivateHeaders app interface ; Application Workspaces : Workspaces.cpp