From 563ee093bccca5727908a7c20da2a42f59cb004b Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 22 Nov 2012 08:59:02 +0800 Subject: [PATCH 1/1] build/win32/Makefile.am: Also go into the vs11 subdirectory --- build/win32/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 30ccc95..7ee6648 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS = \ dirent \ vs9 \ - vs10 + vs10 \ + vs11 EXTRA_DIST = \ make.msc \ -- 2.7.4