diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-02-22 22:27:49 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-02-24 02:11:31 +0200 |
commit | 295a02549d74559831023455d1bb0ebf42bc1415 (patch) | |
tree | da72dfeb3639aef0c81943e7c1f15969f374f755 /Makefile | |
parent | ad520aaa87d30957ba5635cede1da828a5894105 (diff) |
glapi: fix es after mv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -314,9 +314,9 @@ MAIN_FILES = \ ES_FILES = \ $(DIRECTORY)/include/GLES/*.h \ $(DIRECTORY)/include/GLES2/*.h \ - $(DIRECTORY)/src/mesa/glapi/*.xml \ - $(DIRECTORY)/src/mesa/glapi/*.py \ - $(DIRECTORY)/src/mesa/glapi/*.dtd \ + $(DIRECTORY)/src/mesa/glapi/gen/*.xml \ + $(DIRECTORY)/src/mesa/glapi/gen/*.py \ + $(DIRECTORY)/src/mesa/glapi/gen/*.dtd \ $(DIRECTORY)/src/mesa/es/glapi/Makefile \ $(DIRECTORY)/src/mesa/es/glapi/*.xml \ $(DIRECTORY)/src/mesa/es/glapi/*.py \ |