From ff241c23eb8649cd895b243515615b1bf6f9a5ec Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 31 Mar 2005 10:40:42 +0000 Subject: [PATCH] Install the StatCacheServer, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12178 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/jam/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/jam/Jamfile b/src/tools/jam/Jamfile index 67e861a456..8e5af83145 100644 --- a/src/tools/jam/Jamfile +++ b/src/tools/jam/Jamfile @@ -188,6 +188,7 @@ if $(OS) = BEOS { CompileResources StatCacheServer.rsrc : StatCacheServer.rdef ; AddResources StatCacheServer : StatCacheServer.rsrc ; } + if $(BINDIR) { InstallBin $(BINDIR) : StatCacheServer ; } } # ### LOCAL CHANGE