aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:20:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:20:35 +0300
commit67ab77401f4b1c4580b7ce54a783843e31a55ebb (patch)
tree5019b38ca687ddff583cdf6b7709970538a5586f /bpkg/buildfile
parentba7cfc928eac37c6aa82351f8bde76abd0368835 (diff)
Switch to version module
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 6ce401d..1ed635b 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -10,7 +10,6 @@ import libs += libodb-sqlite%lib{odb-sqlite}
exe{bpkg}: \
{hxx cxx}{ archive } \
{hxx cxx}{ auth } \
-{hxx }{ bpkg-version } \
{ cxx}{ bpkg } {hxx ixx cxx}{ bpkg-options } \
{hxx cxx}{ cfg-create } {hxx ixx cxx}{ cfg-create-options } \
{hxx cxx}{ checksum } \
@@ -51,9 +50,13 @@ exe{bpkg}: \
{hxx }{ types } \
{hxx cxx}{ types-parsers } \
{hxx cxx}{ utility } \
+{hxx }{ version-impl } \
{hxx }{ wrapper-traits } \
$libs
+hxx{version-impl}: in{version-impl} $src_root/file{manifest}
+hxx{version-impl}: dist = true
+
# Disable "unknown pragma" warnings.
#
if ($cxx.id == "msvc")