aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-06 15:08:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-06 15:08:29 +0200
commite63b4ce8f205fb593548bb6159eb0f1047c9281a (patch)
tree487e8dd770c4acfdd8d257883ff9e184e23015d5
parentbe1d586b7582a6b54b06719a4a1d6958d86c1851 (diff)
Make sure we only package source files for boost subset1.6.1
-rw-r--r--cutl/makefile3
1 files changed, 2 insertions, 1 deletions
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 \