diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-24 14:39:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-24 14:39:27 +0200 |
commit | 5b721648eb7cd159863f88f9e4a53298d790b1e4 (patch) | |
tree | 943d14e00e7bb13d3f20f3c3907a2ed12c815b98 /libcommon/common | |
parent | 8bddcc4ff986fdec0c4d3534adc0298f18355f55 (diff) |
Add missing header to distribution
Diffstat (limited to 'libcommon/common')
-rw-r--r-- | libcommon/common/makefile | 2 |
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) |