summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-12-20 14:41:39 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-12-20 14:41:39 +0800
commit5bc8c04552a0d35f5a55c648c4337cca69018498 (patch)
tree21cffe15a3dd1f3258bf90153c85ba9a2a0cde07
parent43c8ae3f0ba099aa30cf3e2534295cf54f5a8704 (diff)
downloadlibrsvg-rustification.tar.gz
build/Makefile.msvcproj: Fix cleanuprustification
This removes the *.vs12.sourcefiles and *.vs12.sourcefiles.filters that are generated during the process of generating the Visual Studio 2013 projects, so that 'make distcheck' won't complain about leftover files.
-rw-r--r--build/Makefile.msvcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.msvcproj b/build/Makefile.msvcproj
index 2a2dd89a..a7bae54f 100644
--- a/build/Makefile.msvcproj
+++ b/build/Makefile.msvcproj
@@ -128,6 +128,8 @@ $(top_builddir)/build/win32/vs12/$(1).vcxproj: Makefile
$(CPP) -P - <$(top_srcdir)/build/win32/vs12/$(1).vcxprojin >$(top_builddir)/build/win32/vs12/$(1).vcxproj
$(CPP) -P - <$(top_srcdir)/build/win32/vs12/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs12/$(1).vcxproj.filters
+ $(RM) $(1).vs12.sourcefiles
+ $(RM) $(1).vs12.sourcefiles.filters
$(top_builddir)/build/win32/vs12/$(1).vs12.headers: Makefile
-$(RM) $(top_builddir)/build/win32/vs12/$(1).vs12.headers