diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am index 7e0a2ffc9..bfc0d66a1 100644 --- a/build/win32/vs10/Makefile.am +++ b/build/win32/vs10/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = \ cogl.sln \ + cogl_sdl.sln \ cogl.props \ cogl.vcxproj \ cogl.vcxprojin \ @@ -11,6 +12,8 @@ EXTRA_DIST = \ cogl-pango.vcxproj.filtersin \ cogl-hello.vcxproj \ cogl-hello.vcxproj.filters \ + cogl-sdl-hello.vcxproj \ + cogl-sdl-hello.vcxproj.filters \ cogl-msaa.vcxproj \ cogl-msaa.vcxproj.filters \ cogl-info.vcxproj \ @@ -22,4 +25,5 @@ EXTRA_DIST = \ test-conformance-cogl.vcxproj.filters \ test-conformance-cogl.vcxproj.filtersin \ install.vcxproj \ + install-sdl.vcxproj \ README.txt diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index 49e621c59..56296cfc3 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = \ cogl.sln \ + cogl_sdl.sln \ cogl.vsprops \ cogl.vcproj \ cogl.vcprojin \ @@ -8,6 +9,7 @@ EXTRA_DIST = \ test-conformance-cogl.vcproj \ test-conformance-cogl.vcprojin \ cogl-hello.vcproj \ + cogl-sdl-hello.vcproj \ cogl-crate.vcproj \ cogl-msaa.vcproj \ cogl-info.vcproj \ diff --git a/cogl/Makefile.am b/cogl/Makefile.am index 668a5137c..974ad0c20 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -529,6 +529,7 @@ cogl.vsenums_c: EXTRA_DIST += \ cogl-defines.h.win32 \ + cogl-defines.h.win32_SDL \ cogl.symbols \ cogl.rc.in \ cogl.rc