Mesa (opengl-es-v2): Clean up ES_FILES.

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 5 15:59:14 UTC 2010


Module: Mesa
Branch: opengl-es-v2
Commit: 976c858acc36b5ec1bf03c24b10e8bae81c2a21f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=976c858acc36b5ec1bf03c24b10e8bae81c2a21f

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Dec 23 11:18:48 2009 +0800

Clean up ES_FILES.

Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

---

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

diff --git a/Makefile b/Makefile
index 5029f72..b74e848 100644
--- a/Makefile
+++ b/Makefile
@@ -315,9 +315,9 @@ ES_FILES = \
 	$(DIRECTORY)/src/mesa/es/glapi/*.py				\
 	$(DIRECTORY)/src/mesa/es/state_tracker/*.[ch]			\
 	$(DIRECTORY)/src/mesa/es/main/*.[ch]				\
+	$(DIRECTORY)/src/mesa/es/main/*.xml				\
 	$(DIRECTORY)/src/mesa/es/main/*.py				\
-	$(DIRECTORY)/src/mesa/es/main/*.txt				\
-	$(DIRECTORY)/src/mesa/es/main/es*_special			\
+	$(DIRECTORY)/src/mesa/es/main/*.dtd				\
 	$(DIRECTORY)/src/mesa/es/Makefile				\
 	$(DIRECTORY)/src/mesa/es/sources.mak				\
 




More information about the mesa-commit mailing list