diff options
Diffstat (limited to 'libbbot/buildfile')
-rw-r--r-- | libbbot/buildfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libbbot/buildfile b/libbbot/buildfile index c143032..f1eff4c 100644 --- a/libbbot/buildfile +++ b/libbbot/buildfile @@ -4,12 +4,7 @@ import int_libs = libbutl%lib{butl} libbpkg%lib{bpkg} -lib{bbot}: \ -{hxx cxx}{ build-config } \ -{hxx }{ export } \ -{hxx cxx}{ manifest } \ -{hxx }{ version } \ - $int_libs +lib{bbot}: {hxx ixx txx cxx}{* -version} {hxx}{version} $int_libs hxx{version}: in{version} $src_root/file{manifest} hxx{version}: dist = true |