diff options
-rw-r--r-- | common/session/custom/makefile | 2 |
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)) \ |