aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-21 13:56:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-21 13:56:35 +0200
commit7dfafd074a3a6e7cca3c72e94ea39293298bb9d0 (patch)
tree305ef32922b8100c1184a76602b6a152062f9811 /common/makefile
parentaf3c189d16503722d4c568b9b49a553af2f4b4db (diff)
Exclude include test from distribution list
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile2
1 files changed, 1 insertions, 1 deletions
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))