diff options
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 5 |
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") |