Mesa (master): mesa: added GLES 1/2 headers to tarball file list

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 25 00:22:15 UTC 2009


Module: Mesa
Branch: master
Commit: 8e6337f582d02d7a8884625b820266590d9ad81c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e6337f582d02d7a8884625b820266590d9ad81c

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 17:21:45 2009 -0700

mesa: added GLES 1/2 headers to tarball file list

---

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 70f6a2b..dbc1f80 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]					\




More information about the mesa-commit mailing list