From: Brian Paul Date: Wed, 25 Feb 2009 00:21:45 +0000 (-0700) Subject: mesa: added GLES 1/2 headers to tarball file list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e6337f582d02d7a8884625b820266590d9ad81c;p=mesa.git mesa: added GLES 1/2 headers to tarball file list --- diff --git a/Makefile b/Makefile index 70f6a2b78d5..dbc1f807b65 100644 --- a/Makefile +++ b/Makefile @@ -299,6 +299,8 @@ MAIN_FILES = \ EGL_FILES = \ $(DIRECTORY)/include/EGL/*.h \ + $(DIRECTORY)/include/GLES/*.h \ + $(DIRECTORY)/include/GLES2/*.h \ $(DIRECTORY)/src/egl/Makefile \ $(DIRECTORY)/src/egl/*/Makefile \ $(DIRECTORY)/src/egl/*/*.[ch] \