aboutsummaryrefslogtreecommitdiff
path: root/boost/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boost/common/makefile')
-rw-r--r--boost/common/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/boost/common/makefile b/boost/common/makefile
index 4c81d25..17ea5f8 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -20,10 +20,11 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests)))
name := boost-common
$(dist): name := $(name)
$(dist): export dirs := $(tests)
-$(dist): export extra_dist := test.bat $(call vc9slns,$(name)) \
-$(call vc10slns,$(name)) $(call vc11slns,$(name))
+$(dist): export extra_dist := test.bat $(call vc8slns,$(name)) \
+$(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name))
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_tests)))
$(call meta-automake)
+ $(call meta-vc8slns,$(name))
$(call meta-vc9slns,$(name))
$(call meta-vc10slns,$(name))
$(call meta-vc11slns,$(name))
@@ -37,6 +38,7 @@ endif
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(all_tests)))
+$(call include,$(bld_root)/meta/vc8sln.make)
$(call include,$(bld_root)/meta/vc9sln.make)
$(call include,$(bld_root)/meta/vc10sln.make)
$(call include,$(bld_root)/meta/vc11sln.make)