From 67ab77401f4b1c4580b7ce54a783843e31a55ebb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 28 Apr 2017 16:20:35 +0300 Subject: Switch to version module --- bpkg/buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bpkg/buildfile') 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") -- cgit v1.1