aboutsummaryrefslogtreecommitdiff
path: root/libcommon
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-24 14:39:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-24 14:39:27 +0200
commit5b721648eb7cd159863f88f9e4a53298d790b1e4 (patch)
tree943d14e00e7bb13d3f20f3c3907a2ed12c815b98 /libcommon
parent8bddcc4ff986fdec0c4d3534adc0298f18355f55 (diff)
Add missing header to distribution
Diffstat (limited to 'libcommon')
-rw-r--r--libcommon/common/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 37b1f94..1d78786 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -67,7 +67,7 @@ $(out_base)/: $(common.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 := config.h.in
+$(dist): data_dist := config.h.in config-vc.h
$(dist): export extra_dist := $(data_dist) $(call vc9projs,libcommon) \
$(call vc10projs,libcommon)