summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-12-23 11:18:48 +0800
committerBrian Paul <brianp@vmware.com>2010-01-05 08:08:30 -0700
commit976c858acc36b5ec1bf03c24b10e8bae81c2a21f (patch)
tree3a189aab90e0af47dfdd4054611d5edbeab47065 /Makefile
parent8e6774937f58fe12e300d3aa0f487b63fa88b10a (diff)
Clean up ES_FILES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5029f72367..b74e8485ab 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 \