summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-04-30 17:50:44 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-04-30 17:50:44 +0800
commitd5f9b14cf2c3d25803d7101516cef47a9e0a51dc (patch)
tree7de6a601a4d14ed2681e7db2aa5b3bfb07d84a35
parent7086a12ba5a5ea9661e25c9b8f3b264784c7777b (diff)
downloadgobject-introspection-d5f9b14cf2c3d25803d7101516cef47a9e0a51dc.tar.gz
MSVC Builds: Remove Some Autotools Cruft
Remove the rules for EXTRA_DIST for MSVC 2012 and 2013 as we are now using pattern rules to generate these projects from the 2010 ones, which will handle this automatically, and these old rules will get in the way.
-rw-r--r--build/win32/vs11/Makefile.am2
-rw-r--r--build/win32/vs12/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index ddff6f3b..4789b664 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -32,5 +32,3 @@ MSVC_VER = 11
MSVC_VER_LONG = 2012
include $(top_srcdir)/build/Makefile-newvs.am
-
-$(EXTRA_DIST): create_vcxproj copy_filters create_props
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index f112f08e..c3638699 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -32,5 +32,3 @@ MSVC_VER = 12
MSVC_VER_LONG = 2013
include $(top_srcdir)/build/Makefile-newvs.am
-
-$(EXTRA_DIST): create_vcxproj copy_filters create_props