aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:11:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:11:40 +0200
commitbeb83e2fa2c2c3772bdfaf8c7e26af55b5c5cfd0 (patch)
treed98567903b91508bc0744d2883562aab91519152 /cutl/makefile
parente63b4ce8f205fb593548bb6159eb0f1047c9281a (diff)
Add details/config-vc.h file
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/makefile b/cutl/makefile
index d7dce3e..c1c3b37 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -77,7 +77,7 @@ $(out_base)/: $(cutl.l)
$(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 \
+$(dist): data_dist := details/config-vc.h $(subst $(src_base)/,,$(shell find \
$(src_base)/details/boost -type f -name '*.hpp')) details/boost/LICENSE \
details/boost/README
$(dist): export extra_dist := $(data_dist) libcutl-vc9.vcproj \