diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 12:50:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 12:50:33 +0200 |
commit | 52e04cd68d9d7733912926e226181e11a84b1ed6 (patch) | |
tree | 97ccbfcfe773317b8da083fcae317ad71cba7381 | |
parent | 00033cdacff5abd150976834a2010f8ff94365e8 (diff) |
Fix dist target
-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): |