From 3c1971de878bb3658c38b0504f314d38b6b765d2 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 24 Mar 2012 09:58:36 +0200 Subject: build: msvc: upgrade to Visual Studio 2010 + fixups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- src/openvpn/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/openvpn/Makefile.am') diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am index 01ff732..d090d67 100644 --- a/src/openvpn/Makefile.am +++ b/src/openvpn/Makefile.am @@ -15,7 +15,8 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in EXTRA_DIST = \ - openvpn.vcproj + openvpn.vcxproj \ + openvpn.vcxproj.filters INCLUDES = \ -I$(top_srcdir)/include \ -- cgit