From 810df40a0625835ad17a0a5bf3232a8d1a68e680 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Apr 2017 13:16:11 +0200 Subject: Implement vm startup and shutdown --- bbot/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bbot/buildfile') diff --git a/bbot/buildfile b/bbot/buildfile index 8c1e5b4..b43bc63 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -25,9 +25,11 @@ if ($cxx.target.class == "linux") ./: exe{bbot-agent} service{'bbot-agent@'} exe{bbot-agent}: \ - { cxx}{ agent } {hxx ixx cxx}{ agent-options } \ + {hxx cxx}{ agent } {hxx ixx cxx}{ agent-options } \ {hxx cxx}{ bootstrap-manifest } {hxx ixx cxx}{ common-options } \ {hxx cxx}{ diagnostics } \ + {hxx cxx}{ machine-manifest } \ + {hxx cxx}{ machine } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ {hxx txx cxx}{ utility } \ -- cgit v1.1