diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-20 08:18:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-20 08:18:30 +0200 |
commit | f73c92b7b61368fb60a112b1a44212ae95aad84d (patch) | |
tree | ec4d0a45d4e9266a37572c503b6afe6b08624bed /common/session | |
parent | d304a4b2b19dca115954f209d6a37a6958e73ab9 (diff) |
Add extra headers to dist target variables
Diffstat (limited to 'common/session')
-rw-r--r-- | common/session/custom/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/session/custom/makefile b/common/session/custom/makefile index 6fb6c95..95bd58d 100644 --- a/common/session/custom/makefile +++ b/common/session/custom/makefile @@ -53,12 +53,13 @@ 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): data_dist := test.std $(dist): export name := $(name) $(dist): export extra_dist := $(data_dist) $(call vc10projs,$(name)) \ $(call vc11projs,$(name)) $(dist): - $(call dist-data,$(sources) $(headers) $(data_dist)) + $(call dist-data,$(sources) $(headers) $(extra_headers) $(data_dist)) $(call meta-automake,../../template/Makefile.am) $(call meta-vc10projs,../../template/template,$(name)) $(call meta-vc11projs,../../template/template,$(name)) |