aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/link.hxx')
-rw-r--r--build2/cc/link.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/cc/link.hxx b/build2/cc/link.hxx
index cadc82c..dc5f70a 100644
--- a/build2/cc/link.hxx
+++ b/build2/cc/link.hxx
@@ -122,6 +122,11 @@ namespace build2
pair<path, bool>
windows_manifest (const file&, bool rpath_assembly) const;
+ // pkg-config's .pc file generation (pkgconfig.cxx).
+ //
+ void
+ pkgconfig_save (action, const file&, bool) const;
+
private:
const string rule_id;
};