diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-21 13:56:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-21 13:56:35 +0200 |
commit | 7dfafd074a3a6e7cca3c72e94ea39293298bb9d0 (patch) | |
tree | 305ef32922b8100c1184a76602b6a152062f9811 | |
parent | af3c189d16503722d4c568b9b49a553af2f4b4db (diff) |
Exclude include test from distribution list
-rw-r--r-- | common/makefile | 2 |
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)) |