diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-01-02 09:54:18 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-01-02 09:54:18 +0800 |
commit | cda4080af079b733d8e8ad50fae3527cbdf11e15 (patch) | |
tree | 74585a29b1cba5c32cc4c6da93c29ac0f5b76973 /build | |
parent | 76584e7ae3c3676e6445637f1ad026e5af857938 (diff) |
MSVC 2012 Projects: Rename a Property Sheet
Forgot to update the property sheet file name from the Visual Studio 2010
update... Sorry!
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs11/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index f5e2b4fa5..538b451bb 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = \ glib-build-defines.props \ glib-install.props \ glib-version-paths.props \ - glibprepbuild.props + glib-gen-srcs.props DISTCLEANFILES = $(EXTRA_DIST) |