From 5257b5ab8aa4cd46ca117e75c0f1bb8142a67e95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Sep 2012 12:51:16 +0200 Subject: Fix dist target --- pimpl/makefile | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.1