diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-12-23 11:18:48 +0800 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-05 08:08:30 -0700 |
commit | 976c858acc36b5ec1bf03c24b10e8bae81c2a21f (patch) | |
tree | 3a189aab90e0af47dfdd4054611d5edbeab47065 /Makefile | |
parent | 8e6774937f58fe12e300d3aa0f487b63fa88b10a (diff) |
Clean up ES_FILES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |