aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-06 15:27:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-06 15:27:28 +0200
commit91909053d95f2373dbd2ddb4281bbaa0103dbe44 (patch)
tree82461184f31fa48e36a01ba77b4d29c0425c3db6 /common
parentd266b1bc868f2295b8030ab24de48523ad31c4ea (diff)
Fix incorrect dist variable
Diffstat (limited to 'common')
-rw-r--r--common/session/custom/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/session/custom/makefile b/common/session/custom/makefile
index 95bd58d..f989a76 100644
--- a/common/session/custom/makefile
+++ b/common/session/custom/makefile
@@ -53,7 +53,7 @@ name := $(subst /,-,$(subst $(src_root)/common/,,$(src_base)))
$(dist): db_id := @database@
$(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
-$(dist): export headers := session.hxx session.txx
+$(dist): export extra_headers := session.hxx session.txx
$(dist): data_dist := test.std
$(dist): export name := $(name)
$(dist): export extra_dist := $(data_dist) $(call vc10projs,$(name)) \