summaryrefslogtreecommitdiff
path: root/libmhello/libmhello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmhello/libmhello/buildfile')
-rw-r--r--libmhello/libmhello/buildfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile
index 8ba9010..e70c320 100644
--- a/libmhello/libmhello/buildfile
+++ b/libmhello/libmhello/buildfile
@@ -2,16 +2,19 @@ import int_libs = libstd-modules%liba{std-modules}
lib{mhello}: {mxx cxx}{hello} $int_libs
+# Export options.
+#
+lib{mhello}: cxx.export.libs = $int_libs
+
# For pre-releases use the complete version to make sure they cannot be used
-# in place of another pre-release or the final version.
+# in place of another pre-release or the final version. See the version module
+# for details on the version.* variable values.
#
if $version.pre_release
lib{mhello}: bin.lib.version = @"-$version.project_id"
else
lib{mhello}: bin.lib.version = @"-$version.major.$version.minor"
-lib{mhello}: cxx.export.libs = $int_libs
-
# Install into the libmhello/ subdirectory of, say, /usr/include/.
#
-mxx{*}: install = include/$project/
+mxx{*}: install = include/libmhello/