[glib] MSVC Builds: Update vs11|vs12/Makefile.am



commit 25e26ea034eff1b1f9823106efb3d8db5fcbeaed
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Feb 2 14:16:18 2015 +0800

    MSVC Builds: Update vs11|vs12/Makefile.am
    
    The rename of install.vxproj to glib-install.vcxproj needs to be applied
    here as well for dist'ing the project files correctly.

 build/win32/vs11/Makefile.am |    2 +-
 build/win32/vs12/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index 57fc096..0f4090e 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -29,7 +29,7 @@ EXTRA_DIST = \
        gio-querymodules.vcxproj.filters \
        gdbus.vcxproj \
        gdbus.vcxproj.filters \
-       install.vcxproj \
+       glib-install.vcxproj    \
        glib-build-defines.props        \
        glib-install.props      \
        glib-version-paths.props        \
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index 4b15dc3..020a26c 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -29,7 +29,7 @@ EXTRA_DIST = \
        gio-querymodules.vcxproj.filters \
        gdbus.vcxproj \
        gdbus.vcxproj.filters \
-       install.vcxproj \
+       glib-install.vcxproj    \
        glib-build-defines.props        \
        glib-install.props      \
        glib-version-paths.props        \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]