aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-14 12:51:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-14 12:51:16 +0200
commit5257b5ab8aa4cd46ca117e75c0f1bb8142a67e95 (patch)
tree7896b2d708998288515e418058bd89b88dfa8410
parent1133c094121920b07a560d767ee54d776e4d64dd (diff)
Fix dist target
-rw-r--r--pimpl/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimpl/makefile b/pimpl/makefile
index 5c826f3..f209e1b 100644
--- a/pimpl/makefile
+++ b/pimpl/makefile
@@ -65,6 +65,7 @@ $(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): export name := $(name)
$(dist): export odb_header_stem := $(basename $(odb_hdr))
+$(dist): export extra_sources := $(filter-out driver.cxx,$(cxx_tun))
$(dist): export extra_dist := README $(call vc9projs,$(name)) \
$(call vc10projs,$(name))
$(dist):