aboutsummaryrefslogtreecommitdiff
path: root/bbot/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:40:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:40:53 +0300
commit1cd8ed6bb01c4fb40df3547d3f2af1a12ae9e4e1 (patch)
tree20ad67c32bd5450360d7d6ed7294e12957b83623 /bbot/buildfile
parentba95bd6cd1318bacadf11d79b28124737f6bce82 (diff)
Replace libu with libue in buildfiles
Diffstat (limited to 'bbot/buildfile')
-rw-r--r--bbot/buildfile12
1 files changed, 6 insertions, 6 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