From c294130f6ed360d8780adb2b1caf4ecc680bfda7 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 5 Jun 2014 10:28:08 -0400 Subject: [PATCH] Added SDL_opengl_glext.h to the list of headers to install. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index e9962ac98409a..a3308310a736c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,6 +70,7 @@ HDRS = \ SDL_mutex.h \ SDL_name.h \ SDL_opengl.h \ + SDL_opengl_glext.h \ SDL_opengles.h \ SDL_opengles2.h \ SDL_pixels.h \