gio/Makefile.am: Filter out gcontenttype.c for MSVC builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 19 Jul 2012 15:15:59 +0000 (23:15 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 19 Jul 2012 15:15:59 +0000 (23:15 +0800)
commit1ae7c7d982b3f461dcab178b3d20a04aaa9d9d72
treea57147dd2516fbb2f5de5950293bedd485934f9b
parent23a2136fb5dd860a57a9bd46e61099ea4da99447
gio/Makefile.am: Filter out gcontenttype.c for MSVC builds

gcontenttype.c was split into gcontenttype.c and gcontenttype-win32.c
in commit 32192ee9 ("Split gcontenttype.c"), so we don't want to include
gcontenttype.c in the Visual C++ build as it is no longer a source file
meant for Windows.

Thanks to Thomas H.P. Anderson for pointing this out.
gio/Makefile.am