From 8ba49312f8d58fc9dc0aa0c1e597b1e362e6d749 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 18 Mar 2016 18:21:30 +0800 Subject: MSVC builds: Add files to 'make dist' We also want to include the gi-install.vcxproj.filters for the Visual Studio 2012~2015 builds, to make the gi-install project look nicer in the IDE, which was done in the last commit. --- build/win32/vs11/Makefile.am | 1 + build/win32/vs12/Makefile.am | 1 + build/win32/vs14/Makefile.am | 1 + 3 files changed, 3 insertions(+) diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index db1ca943..2e9d02a8 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = \ _giscanner.vcxproj \ _giscanner.vcxproj.filters \ gi-install.vcxproj \ + gi-install.vcxproj.filters \ gi-introspect.vcxproj \ README.txt diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am index 54f036d0..eaff979d 100644 --- a/build/win32/vs12/Makefile.am +++ b/build/win32/vs12/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = \ _giscanner.vcxproj \ _giscanner.vcxproj.filters \ gi-install.vcxproj \ + gi-install.vcxproj.filters \ gi-introspect.vcxproj \ README.txt diff --git a/build/win32/vs14/Makefile.am b/build/win32/vs14/Makefile.am index 2541de1e..7ed93978 100644 --- a/build/win32/vs14/Makefile.am +++ b/build/win32/vs14/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = \ _giscanner.vcxproj \ _giscanner.vcxproj.filters \ gi-install.vcxproj \ + gi-install.vcxproj.filters \ gi-introspect.vcxproj \ README.txt -- cgit v1.2.1