aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-08 10:59:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-08 10:59:10 +0200
commit039beb368bf43572b0400521a7859dd635a8f22f (patch)
tree6889f5de525304e4407bc5dcd769fcabd7184d3d
parent957d1708d7fd10ebaf4c26a6711f9579fcb6003d (diff)
Add missing VC12 solution to extra_dist
-rw-r--r--libcommon/makefile3
1 files changed, 2 insertions, 1 deletions
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)