aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install.hxx')
-rw-r--r--build2/cc/install.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/build2/cc/install.hxx b/build2/cc/install.hxx
index a846fc8..2dd2b71 100644
--- a/build2/cc/install.hxx
+++ b/build2/cc/install.hxx
@@ -41,6 +41,15 @@ namespace build2
virtual bool
uninstall_extra (const file&, const install_dir&) const override;
+ virtual target_state
+ update_extra (action, const target&) const override;
+
+ private:
+ // pkg-config's .pc file generation (in pkgconfig.cxx).
+ //
+ void
+ pkgconfig_save (action, const file&, bool) const;
+
private:
const link& link_;
};