summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-24 17:21:45 -0700
committerBrian Paul <brianp@vmware.com>2009-02-24 17:21:45 -0700
commit8e6337f582d02d7a8884625b820266590d9ad81c (patch)
tree9a46cee722661174bc63c79916bf4c9b9aa19162 /Makefile
parent70bebf8863264a8c9effc347e12a215583fd10c3 (diff)
mesa: added GLES 1/2 headers to tarball file list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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] \