aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility-installed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r--libbuild2/utility-installed.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx
index 441e31b..e23add1 100644
--- a/libbuild2/utility-installed.cxx
+++ b/libbuild2/utility-installed.cxx
@@ -14,6 +14,14 @@ namespace build2
#ifdef BUILD2_INSTALL_LIB
const dir_path build_install_lib (BUILD2_INSTALL_LIB);
#endif
+
+#ifdef BUILD2_INSTALL_BUILDFILE
+ const dir_path build_install_buildfile (BUILD2_INSTALL_BUILDFILE);
+#endif
+
+#ifdef BUILD2_INSTALL_DATA
+ const dir_path build_install_data (BUILD2_INSTALL_DATA);
+#endif
}
#endif