Clean up ES_FILES.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 23 Dec 2009 03:18:48 +0000 (11:18 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 5 Jan 2010 15:08:30 +0000 (08:08 -0700)
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Makefile

index 5029f72367d389f2c744ea87e07823f8121e938b..b74e8485ababaa0e937e2f1c132e3115fb8bcab1 100644 (file)
--- 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                            \