summaryrefslogtreecommitdiff
path: root/libmformat/libmformat/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmformat/libmformat/buildfile')
-rw-r--r--libmformat/libmformat/buildfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/libmformat/libmformat/buildfile b/libmformat/libmformat/buildfile
index 7f730b4..868ea79 100644
--- a/libmformat/libmformat/buildfile
+++ b/libmformat/libmformat/buildfile
@@ -2,16 +2,19 @@ import int_libs = libstd-modules%liba{std-modules}
lib{mformat}: {mxx cxx}{format} $int_libs
+# Export options.
+#
+lib{mformat}: 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{mformat}: bin.lib.version = @"-$version.project_id"
else
lib{mformat}: bin.lib.version = @"-$version.major.$version.minor"
-lib{mformat}: cxx.export.libs = $int_libs
-
# Install into the libmformat/ subdirectory of, say, /usr/include/.
#
-mxx{*}: install = include/$project/
+mxx{*}: install = include/libmformat/