diff options
Diffstat (limited to 'common/definition/makefile')
-rw-r--r-- | common/definition/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/definition/makefile b/common/definition/makefile index fb64b71..961685f 100644 --- a/common/definition/makefile +++ b/common/definition/makefile @@ -58,6 +58,7 @@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): data_dist := test.std $(dist): export name := $(name) +$(dist): export odb_header_stem := $(basename $(odb_hdr)) $(dist): export extra_dist := $(data_dist) $(call vc9projs,$(name)) \ $(call vc10projs,$(name)) $(dist): |