From 931c482bcc9bbb71338287747a786a32119355d6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 9 Jan 2012 21:11:11 -0500 Subject: [PATCH] Fixed bug 1366 - SDL_opengles2.h is not installed in "include/SDL" under Linux --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 0a5fdb138..43bab3dda 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,6 +66,7 @@ HDRS = \ SDL_name.h \ SDL_opengl.h \ SDL_opengles.h \ + SDL_opengles2.h \ SDL_pixels.h \ SDL_platform.h \ SDL_power.h \