aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule')
-rw-r--r--build2/install/rule3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/install/rule b/build2/install/rule
index 9602190..99ebd8a 100644
--- a/build2/install/rule
+++ b/build2/install/rule
@@ -44,6 +44,9 @@ namespace build2
static target_state
perform_install (action, target&);
+
+ static target_state
+ perform_uninstall (action, target&);
};
}
}