aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \