aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/makefile b/common/makefile
index f575f74..346b8f8 100644
--- a/common/makefile
+++ b/common/makefile
@@ -28,7 +28,8 @@ name := $(notdir $(src_base))
$(dist): name := $(name)
$(dist): export dirs := $(tests)
$(dist): export thread_dirs := $(thread_tests)
-$(dist): export extra_dist := $(call vc9slns,$(name)) $(call vc10slns,$(name))
+$(dist): export extra_dist := test.bat $(call vc9slns,$(name)) \
+$(call vc10slns,$(name))
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_tests)))
$(call meta-automake)
$(call meta-vc9slns,$(name))