From dc4b2b20565a58f09c761b9affd6abdc7edb705b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Feb 2011 12:34:07 +0200 Subject: Add support for tests in subdirectories --- boost/mysql/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost/mysql/makefile') 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))) -- cgit v1.1