diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-04 12:50:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-04 12:50:16 +0200 |
commit | d1116775abe546187a979b2481c786b51c2eab0c (patch) | |
tree | 013e7d3dc399e4c78fa76036697ef958230fdcb1 /libbuild2/buildfile | |
parent | 9d45f82f821f0663a7c21c69c26d93fa0613d48a (diff) |
Replace int_ with intf_ and imp_ with impl_ in names
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 96fcfd2..17003b5 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -23,7 +23,7 @@ include $bundled_modules # NOTE: shared imports should go into root.build. # -int_libs = $libbutl +intf_libs = $libbutl lib{build2}: libul{build2}: \ {hxx ixx txx cxx}{* -utility-*installed -config -version -*.test...} \ @@ -92,7 +92,7 @@ libul{build2}: install/{hxx ixx txx cxx}{** -**.test...} libul{build2}: test/{hxx ixx txx cxx}{** -**.test...} -libul{build2}: $int_libs +libul{build2}: $intf_libs # Include the generated config and version headers into the distribution (so # that we don't pick up installed ones) and don't remove them when cleaning in @@ -193,7 +193,7 @@ else lib{build2}: { cxx.export.poptions = "-I$out_root" "-I$src_root" - cxx.export.libs = $int_libs + cxx.export.libs = $intf_libs } # While we don't call any pthread_*() functions in our API, this appears to be |