summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-12-01 09:11:04 +0000
committerIan Romanick <idr@us.ibm.com>2004-12-01 09:11:04 +0000
commit9bba1cfc39d35b847c479dcc1afef3d5d8fb0bfc (patch)
treeca7db6c3be5021627f3516de37906300ba65153d /src/glx/x11/Makefile
parentb53df18624a1b3870c1dcfe3981c07c089efe262 (diff)
Use indirect_size.c and indirect_size.h generated by using
src/mesa/glapi/glX_proto_send.py with the '-m size_c' and '-m size_h' options.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r--src/glx/x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index ee2bae128d..2ef1b966fd 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -31,6 +31,7 @@ C_SOURCES = \
glxext.c \
glxextensions.c \
indirect_init.c \
+ indirect_size.c \
indirect_window_pos.c \
indirect_transpose_matrix.c \
pixel.c \