mesa: added GLES 1/2 headers to tarball file list
authorBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2009 00:21:45 +0000 (17:21 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2009 00:21:45 +0000 (17:21 -0700)
Makefile

index 70f6a2b78d503c2cbb16519a0b24fb9a8ddf83a4..dbc1f807b656394cae70362adcd5c0cb455314a8 100644 (file)
--- 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]                                   \