aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-11-16 10:46:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-16 14:37:45 +0200
commitb5083221dad8084deb4a7949cb9fc487aa09e080 (patch)
tree6915b63574753aa463f5d0d00a243d1ce44946e3 /libbuild2/cc/compile-rule.hxx
parent47eab962cbee0a437357627045f8832daa5bbf2c (diff)
WIP: apply/perform_update
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r--libbuild2/cc/compile-rule.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx
index f573968..a211590 100644
--- a/libbuild2/cc/compile-rule.hxx
+++ b/libbuild2/cc/compile-rule.hxx
@@ -8,6 +8,7 @@
#include <libbuild2/utility.hxx>
#include <libbuild2/rule.hxx>
+#include <libbuild2/dynamic.hxx>
#include <libbuild2/file-cache.hxx>
#include <libbuild2/cc/types.hxx>
@@ -37,7 +38,8 @@ namespace build2
};
class LIBBUILD2_CC_SYMEXPORT compile_rule: public simple_rule,
- virtual common
+ virtual common,
+ dyndep_rule
{
public:
compile_rule (data&&);