From 5b721648eb7cd159863f88f9e4a53298d790b1e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jan 2011 14:39:27 +0200 Subject: Add missing header to distribution --- libcommon/common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcommon') 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) -- cgit v1.1