diff options
author | Ian Romanick <[email protected]> | 2004-12-01 09:11:04 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 09:11:04 +0000 |
commit | 9bba1cfc39d35b847c479dcc1afef3d5d8fb0bfc (patch) | |
tree | ca7db6c3be5021627f3516de37906300ba65153d /src/glx/x11/Makefile | |
parent | b53df18624a1b3870c1dcfe3981c07c089efe262 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index ee2bae128d8..2ef1b966fd8 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 \ |