From e63b4ce8f205fb593548bb6159eb0f1047c9281a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Dec 2011 15:08:29 +0200 Subject: Make sure we only package source files for boost subset --- cutl/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cutl/makefile') diff --git a/cutl/makefile b/cutl/makefile index 077c951..d7dce3e 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -78,7 +78,8 @@ $(dist): export sources := $(cxx_tun) $(dist): export headers := $(subst $(src_base)/,,$(shell find $(src_base) \ -name '*.hxx' -o -name '*.ixx' -o -name '*.txx')) $(dist): data_dist := $(subst $(src_base)/,,$(shell find \ -$(src_base)/details/boost -type f ! -name '*.cxx')) +$(src_base)/details/boost -type f -name '*.hpp')) details/boost/LICENSE \ +details/boost/README $(dist): export extra_dist := $(data_dist) libcutl-vc9.vcproj \ libcutl-vc10.vcxproj libcutl-vc10.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ -- cgit v1.1