aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/install-rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/install-rule.hxx')
-rw-r--r--libbuild2/cc/install-rule.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/cc/install-rule.hxx b/libbuild2/cc/install-rule.hxx
index 9d9211b..771c33b 100644
--- a/libbuild2/cc/install-rule.hxx
+++ b/libbuild2/cc/install-rule.hxx
@@ -55,6 +55,9 @@ namespace build2
apply (action, target&, match_extra&) const override;
virtual void
+ apply_posthoc (action, target&, match_extra&) const override;
+
+ virtual void
reapply (action, target&, match_extra&) const override;
virtual bool
@@ -97,6 +100,9 @@ namespace build2
apply (action, target&, match_extra&) const override;
virtual void
+ apply_posthoc (action, target&, match_extra&) const override;
+
+ virtual void
reapply (action, target&, match_extra&) const override;
private: