diff options
-rw-r--r-- | bbot/buildfile | 12 | ||||
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/machine-manifest/buildfile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/bbot/buildfile b/bbot/buildfile index d277897..b570d19 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -25,18 +25,18 @@ if ($cxx.target.class == "linux") ./: exe{bbot-agent} service{'bbot-agent@'} exe{bbot-agent}: agent/{hxx ixx txx cxx}{* -agent-options} \ - agent/{hxx ixx cxx}{agent-options} libu{bbot} + agent/{hxx ixx cxx}{agent-options} libue{bbot} } ./: exe{bbot-worker} exe{bbot-worker}: worker/{hxx ixx txx cxx}{* -worker-options} \ - worker/{hxx ixx cxx}{worker-options} libu{bbot} + worker/{hxx ixx cxx}{worker-options} libue{bbot} -libu{bbot}: bin.whole = false -libu{bbot}: {hxx ixx txx cxx}{* -common-options -version} \ - {hxx ixx cxx}{common-options} {hxx}{version} \ - $libs +libue{bbot}: bin.whole = false +libue{bbot}: {hxx ixx txx cxx}{* -common-options -version} \ + {hxx ixx cxx}{common-options} {hxx}{version} \ + $libs hxx{version}: in{version} $src_root/manifest diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index b0c2ede..6368d9e 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -3,4 +3,4 @@ # license : TBC; see accompanying LICENSE file include ../../bbot/ -exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} testscript +exe{driver}: {hxx cxx}{*} ../../bbot/libue{bbot} testscript diff --git a/unit-tests/machine-manifest/buildfile b/unit-tests/machine-manifest/buildfile index 4a0f16f..659e65e 100644 --- a/unit-tests/machine-manifest/buildfile +++ b/unit-tests/machine-manifest/buildfile @@ -3,4 +3,4 @@ # license : TBC; see accompanying LICENSE file include ../../bbot/ -exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} testscript +exe{driver}: {hxx cxx}{*} ../../bbot/libue{bbot} testscript |