From 7dfafd074a3a6e7cca3c72e94ea39293298bb9d0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Nov 2011 13:56:35 +0200 Subject: Exclude include test from distribution list --- common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/makefile') diff --git a/common/makefile b/common/makefile index 81481b6..8534034 100644 --- a/common/makefile +++ b/common/makefile @@ -50,7 +50,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests))) name := common $(dist): name := $(name) -$(dist): export dirs := $(tests) +$(dist): export dirs := $(filter-out include,$(tests)) $(dist): export thread_dirs := $(thread_tests) $(dist): export extra_dist := test.bat $(call vc9slns,$(name)) \ $(call vc10slns,$(name)) -- cgit v1.1