From 039beb368bf43572b0400521a7859dd635a8f22f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Feb 2015 10:59:10 +0200 Subject: Add missing VC12 solution to extra_dist --- libcommon/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcommon/makefile') diff --git a/libcommon/makefile b/libcommon/makefile index fadec00..c397f61 100644 --- a/libcommon/makefile +++ b/libcommon/makefile @@ -10,7 +10,8 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs))) $(dist): export dirs := $(dirs) $(dist): export extra_dist := $(call vc8slns,libcommon) \ -$(call vc9slns,libcommon) $(call vc10slns,libcommon) $(call vc11slns,libcommon) +$(call vc9slns,libcommon) $(call vc10slns,libcommon) \ +$(call vc11slns,libcommon) $(call vc12slns,libcommon) $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(dirs))) $(call meta-automake) $(call meta-vc8slns,libcommon) -- cgit v1.1