aboutsummaryrefslogtreecommitdiff
path: root/libbpkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 21:05:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-12 21:13:09 +0300
commited8d91c67df5da8a3d121a38c272ad9b9d71abb0 (patch)
tree3c0e56b3e16319225644e9b2de7fa7b8552b20d1 /libbpkg
parent4c68dffd56ae2493e9e263612fa0127eb0610d18 (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'libbpkg')
-rw-r--r--libbpkg/buildfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/libbpkg/buildfile b/libbpkg/buildfile
index 8fda226..17ec0bd 100644
--- a/libbpkg/buildfile
+++ b/libbpkg/buildfile
@@ -4,11 +4,7 @@
import int_libs = libbutl%lib{butl}
-lib{bpkg}: \
-{hxx }{ export } \
-{hxx cxx}{ manifest } \
-{hxx }{ version } \
- $int_libs
+lib{bpkg}: {hxx ixx txx cxx}{** -version} {hxx}{version} $int_libs
hxx{version}: in{version} $src_root/file{manifest}
hxx{version}: dist = true