X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=blobdiff_plain;f=usr%2Fproc_mgmt%2FHakefile;h=296f2f95d5f6bd50de083ca1c9b01bf86452cf88;hp=6da025970e8fc39a98d8fb7631cd8f7cfb598bde;hb=649deefe6a34feabafeb322fc2e39015145eb030;hpb=2b03afffdd8ac2dee54c18fe51281df84dfa5b84 diff --git a/usr/proc_mgmt/Hakefile b/usr/proc_mgmt/Hakefile index 6da0259..296f2f9 100644 --- a/usr/proc_mgmt/Hakefile +++ b/usr/proc_mgmt/Hakefile @@ -12,7 +12,7 @@ [ build application { target = "proc_mgmt", cFiles = [ "main.c", "service.c", "spawnd_state.c", - "domain.c", "pending_clients.c" ], + "domain.c" ], addLibraries = libDeps [ "skb", "dist", "lwip", "collections" ], flounderDefs = [ "monitor", "monitor_blocking" ], @@ -23,7 +23,7 @@ }, build application { target = "proc_mgmt", cFiles = [ "main.c", "service.c", "spawnd_state.c", - "domain.c", "pending_clients.c" ], + "domain.c" ], addLibraries = libDeps [ "skb", "dist", "lwip", "collections" ], flounderDefs = [ "monitor", "monitor_blocking"], @@ -34,7 +34,7 @@ }, build application { target = "proc_mgmt", cFiles = [ "main.c", "service.c", "spawnd_state.c", - "domain.c", "pending_clients.c" ], + "domain.c" ], addLibraries = libDeps [ "skb", "dist", "lwip", "collections" ], flounderDefs = [ "monitor", "monitor_blocking"],