Commit c294130f6ed360d8780adb2b1caf4ecc680bfda7

Ryan C. Gordon 2014-06-05T10:28:08

Added SDL_opengl_glext.h to the list of headers to install.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile.in b/Makefile.in
index e9962ac..a330831 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 \