summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-02-22 22:27:49 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-02-24 02:11:31 +0200
commit295a02549d74559831023455d1bb0ebf42bc1415 (patch)
treeda72dfeb3639aef0c81943e7c1f15969f374f755 /Makefile
parentad520aaa87d30957ba5635cede1da828a5894105 (diff)
glapi: fix es after mv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ea5751d947..3e92e1312e 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \