summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-09-06 17:40:34 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-09-06 22:45:44 -0400
commitf654b4983a8411ada20258f8095b3bc5543914c1 (patch)
tree27d9bab72afad9b3694750c6f941862deae79570 /src/mapi
parent36347c8d6f265fb9b8ebcd598b189d3b43d6b513 (diff)
downloadexternal_mesa3d-f654b4983a8411ada20258f8095b3bc5543914c1.zip
external_mesa3d-f654b4983a8411ada20258f8095b3bc5543914c1.tar.gz
external_mesa3d-f654b4983a8411ada20258f8095b3bc5543914c1.tar.bz2
mapi: add gl32.h to the list of GLES3 headers for installation
This was missed when I added the updated (and new) Khronos headers. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Mark Janes <mark.a.janes@intel.com> Tested-by: Mark Janes <mark.a.janes@intel.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
index 68a28a2..3b0a9de 100644
--- a/src/mapi/Makefile.am
+++ b/src/mapi/Makefile.am
@@ -207,6 +207,7 @@ GLES3_includedir = $(includedir)/GLES3
GLES3_include_HEADERS = \
$(top_srcdir)/include/GLES3/gl3.h \
$(top_srcdir)/include/GLES3/gl31.h \
+ $(top_srcdir)/include/GLES3/gl32.h \
$(top_srcdir)/include/GLES3/gl3ext.h \
$(top_srcdir)/include/GLES3/gl3platform.h