summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <[email protected]>2006-03-29 22:32:38 +0000
committerKristian Høgsberg <[email protected]>2006-03-29 22:32:38 +0000
commit3a6d968f37683835bd92b1b853e0ac8cadd0fdef (patch)
tree7b8d5aa056b3cb00819cbb25c61bb46e8a2a4e99 /src/mesa/glapi/Makefile
parentcec74532bf62bb0cb29ea89a34fc7ae14b70648c (diff)
Fixes to silence warnings in code generated by glapi scripts.
Diffstat (limited to 'src/mesa/glapi/Makefile')
-rw-r--r--src/mesa/glapi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/glapi/Makefile b/src/mesa/glapi/Makefile
index 129e51fb1f0..1030e5e2c3b 100644
--- a/src/mesa/glapi/Makefile
+++ b/src/mesa/glapi/Makefile
@@ -24,7 +24,9 @@ GLX_DIR = $(XORG_BASE)/GL/glx
SERVER_OUTPUTS = $(GLX_DIR)/indirect_dispatch.c \
$(GLX_DIR)/indirect_dispatch_swap.c \
- $(GLX_DIR)/indirect_dispatch.h
+ $(GLX_DIR)/indirect_dispatch.h \
+ $(GLX_DIR)/indirect_size_get.c \
+ $(GLX_DIR)/indirect_size_get.h
COMMON = gl_XML.py license.py gl_API.xml typeexpr.py
COMMON_GLX = $(COMMON) glX_XML.py glX_proto_common.py