diff options
Diffstat (limited to 'libbuild2/version')
-rw-r--r-- | libbuild2/version/buildfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libbuild2/version/buildfile b/libbuild2/version/buildfile index 96f55ad..ee65c4a 100644 --- a/libbuild2/version/buildfile +++ b/libbuild2/version/buildfile @@ -2,17 +2,15 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import int_libs = libbutl%lib{butl} - include ../ -int_libs += ../lib{build2} +imp_libs = ../lib{build2} # Implied interface dependency. include ../in/ -int_libs += ../in/lib{build2-in} +int_libs = ../in/lib{build2-in} ./: lib{build2-version}: libul{build2-version}: \ {hxx ixx txx cxx}{** -**.test...} \ - $int_libs + $int_libs $imp_libs # Unit tests. # |