aboutsummaryrefslogtreecommitdiff
path: root/boost/mysql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:34:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:34:07 +0200
commitdc4b2b20565a58f09c761b9affd6abdc7edb705b (patch)
treeaff4a7023adf5c05283e026d98cb9d738290556b /boost/mysql/makefile
parentbd09e3ff6f089bd3fc109fd054d30a099e2722ab (diff)
Add support for tests in subdirectories
Diffstat (limited to 'boost/mysql/makefile')
-rw-r--r--boost/mysql/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/mysql/makefile b/boost/mysql/makefile
index 0d3b7b4..44853a6 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -15,7 +15,7 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
-$(dist): name := $(notdir $(src_base))
+$(dist): name := boost-mysql
$(dist): export dirs := $(tests)
$(dist): export extra_dist := $(name)-vc9.sln $(name)-vc10.sln test.bat
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))