From: Chia-I Wu Date: Wed, 23 Dec 2009 03:18:48 +0000 (+0800) Subject: Clean up ES_FILES. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=976c858acc36b5ec1bf03c24b10e8bae81c2a21f;p=mesa.git Clean up ES_FILES. Signed-off-by: Chia-I Wu --- diff --git a/Makefile b/Makefile index 5029f72367d..b74e8485aba 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 \