summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-28 17:35:54 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-28 17:35:54 +0000
commit0bb27c084da7eae0dfe1d858a134bd19b29faa25 (patch)
tree2e58b99a032eb5334ffe52abf49262661e5c3524
parente5bc35dd97bcc814069447d388db84da59990ddc (diff)
Add dependencies for all API XML files.
-rw-r--r--src/mesa/glapi/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mesa/glapi/Makefile b/src/mesa/glapi/Makefile
index 6e8ed1508a..b7b1330ad1 100644
--- a/src/mesa/glapi/Makefile
+++ b/src/mesa/glapi/Makefile
@@ -30,8 +30,12 @@ SERVER_OUTPUTS = $(GLX_DIR)/indirect_dispatch.c \
$(GLX_DIR)/indirect_size_get.h \
$(GLX_DIR)/indirect_table.c
-COMMON = gl_XML.py license.py gl_API.xml typeexpr.py
-COMMON_GLX = $(COMMON) glX_XML.py glX_proto_common.py
+API_XML = gl_API.xml \
+ EXT_framebuffer_object.xml \
+ APPLE_vertex_array_object.xml
+
+COMMON = gl_XML.py license.py $(API_XML) typeexpr.py
+COMMON_GLX = $(COMMON) glX_API.xml glX_XML.py glX_proto_common.py
all: $(OUTPUTS)