X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=blobdiff_plain;f=usr%2Fproc_mgmt%2FHakefile;h=6da025970e8fc39a98d8fb7631cd8f7cfb598bde;hp=7b02d9a0be41ba7213b6b6cabb1b7338c3db799d;hb=93751d0a5e46a8f299343d4cec3af642a117bd37;hpb=83ef51719466b23c8831892ebe930b8b69defdfa diff --git a/usr/proc_mgmt/Hakefile b/usr/proc_mgmt/Hakefile index 7b02d9a..6da0259 100644 --- a/usr/proc_mgmt/Hakefile +++ b/usr/proc_mgmt/Hakefile @@ -11,8 +11,10 @@ -------------------------------------------------------------------------- [ build application { target = "proc_mgmt", - cFiles = [ "main.c", "service.c", "spawnd_state.c" ], - addLibraries = libDeps [ "skb", "dist", "lwip" ], + cFiles = [ "main.c", "service.c", "spawnd_state.c", + "domain.c", "pending_clients.c" ], + addLibraries = libDeps [ "skb", "dist", "lwip", + "collections" ], flounderDefs = [ "monitor", "monitor_blocking" ], flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]), ("spawn",["rpcclient"]) ], @@ -20,8 +22,10 @@ architectures = [ "x86_64", "x86_32" ] }, build application { target = "proc_mgmt", - cFiles = [ "main.c", "service.c", "spawnd_state.c" ], - addLibraries = libDeps [ "skb", "dist", "lwip" ], + cFiles = [ "main.c", "service.c", "spawnd_state.c", + "domain.c", "pending_clients.c" ], + addLibraries = libDeps [ "skb", "dist", "lwip", + "collections" ], flounderDefs = [ "monitor", "monitor_blocking"], flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]), ("spawn",["rpcclient"]) ], @@ -29,8 +33,10 @@ architectures = [ "k1om" ] }, build application { target = "proc_mgmt", - cFiles = [ "main.c", "service.c", "spawnd_state.c" ], - addLibraries = libDeps [ "skb", "dist", "lwip" ], + cFiles = [ "main.c", "service.c", "spawnd_state.c", + "domain.c", "pending_clients.c" ], + addLibraries = libDeps [ "skb", "dist", "lwip", + "collections" ], flounderDefs = [ "monitor", "monitor_blocking"], flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]), ("spawn",["rpcclient"]) ],