aboutsummaryrefslogtreecommitdiff
path: root/brep/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-04 20:53:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 22:16:46 +0300
commitdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (patch)
treec0b9b449b7064dff3613628022224e6c18148c3e /brep/buildfile
parentefb9c3e0e6b612d5bfadc7a2b984c14b5439335c (diff)
Implement build task, result and log requests handling
Diffstat (limited to 'brep/buildfile')
-rw-r--r--brep/buildfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/brep/buildfile b/brep/buildfile
index a7debc1..aeb1848 100644
--- a/brep/buildfile
+++ b/brep/buildfile
@@ -10,8 +10,14 @@ import int_libs = libodb%lib{odb}
import int_libs += libodb-pgsql%lib{odb-pgsql}
import int_libs += libbutl%lib{butl}
import int_libs += libbpkg%lib{bpkg}
+import int_libs += libbbot%lib{bbot}
lib{brep}: \
+{hxx cxx}{ build } \
+{file }{ build.xml } \
+{hxx ixx cxx}{ build-odb } \
+{hxx cxx}{ common } \
+{hxx ixx cxx}{ common-odb } \
{hxx cxx}{ package } \
{file }{ package.xml } \
{hxx ixx cxx}{ package-odb } \
@@ -23,7 +29,7 @@ lib{brep}: \
{hxx }{ version } \
{hxx }{ wrapper-traits } \
$int_libs \
-sql{package package-extra}
+sql{build package package-extra}
# For pre-releases use the complete version to make sure they cannot be used
# in place of another pre-release or the final version.