From 91909053d95f2373dbd2ddb4281bbaa0103dbe44 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Feb 2013 15:27:28 +0200 Subject: Fix incorrect dist variable --- common/session/custom/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/session/custom/makefile') 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)) \ -- cgit v1.1