diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-11 13:08:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-11 13:08:52 +0200 |
commit | b0700a1895268de34afb11a67c39434ed87ec36f (patch) | |
tree | 1fa7edcc4b92b680d6785ef3beab72eb6af2eac8 /common | |
parent | f05b0f063942a65f7a9c04609b9e5b7aa3b6a89c (diff) |
Add extra source to dist
Diffstat (limited to 'common')
-rw-r--r-- | common/session/custom/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/session/custom/makefile b/common/session/custom/makefile index 5d998ac..89d2296 100644 --- a/common/session/custom/makefile +++ b/common/session/custom/makefile @@ -54,6 +54,7 @@ $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): export extra_headers := session.hxx session.txx +$(dist): export extra_sources := $(filter-out driver.cxx,$(cxx_tun)) $(dist): data_dist := test.std $(dist): export name := $(name) $(dist): export extra_dist := $(data_dist) $(call vc10projs,$(name)) \ |