Install the StatCacheServer, too.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-31 10:40:42 +00:00
parent bb72ccac74
commit ff241c23eb

View File

@ -188,6 +188,7 @@ if $(OS) = BEOS {
CompileResources StatCacheServer.rsrc : StatCacheServer.rdef ; CompileResources StatCacheServer.rsrc : StatCacheServer.rdef ;
AddResources StatCacheServer : StatCacheServer.rsrc ; AddResources StatCacheServer : StatCacheServer.rsrc ;
} }
if $(BINDIR) { InstallBin $(BINDIR) : StatCacheServer ; }
} }
# #
### LOCAL CHANGE ### LOCAL CHANGE