From c3f2b4ede1d4ecb9ccb4a8a476c09a08692b9642 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 00:59:42 +0300 Subject: Release version 1.1.0+2 --- libmhello/libmhello/buildfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libmhello/libmhello/buildfile') diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile index c33ca6b..2820bb2 100644 --- a/libmhello/libmhello/buildfile +++ b/libmhello/libmhello/buildfile @@ -4,16 +4,19 @@ import imp_libs = libmprint%lib{mprint} lib{mhello}: {mxx cxx}{hello} $imp_libs $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/ -- cgit v1.1