aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-29 10:32:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-29 10:32:36 +0200
commit682836daacdd3dc486187c9d60479b372895a470 (patch)
treea042ab0e46052436b08355f43fd54d9055ce9b82 /build2/cc/link.hxx
parent2b922df93fcea9e3fad8e24b39c7fe579085d3ac (diff)
Implement "see through" installation semantics for utility libraries
Diffstat (limited to 'build2/cc/link.hxx')
-rw-r--r--build2/cc/link.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/link.hxx b/build2/cc/link.hxx
index ed28eca..c4c9c9e 100644
--- a/build2/cc/link.hxx
+++ b/build2/cc/link.hxx
@@ -37,7 +37,8 @@ namespace build2
perform_clean (action, const target&) const;
private:
- friend class install;
+ friend class file_install;
+ friend class alias_install;
// Shared library paths.
//