mapi: add gl32.h to the list of GLES3 headers for installation
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 6 Sep 2016 21:40:34 +0000 (17:40 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 7 Sep 2016 02:45:44 +0000 (22:45 -0400)
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>
src/mapi/Makefile.am

index 68a28a2283c2c3d4a6e12e129bb7d61c37bd62e9..3b0a9de5e779739ecd90e9d8f8776bbd347a66e6 100644 (file)
@@ -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