diff options
Diffstat (limited to 'common/session')
-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)) \ |