summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-12-01 08:31:15 +0000
committerIan Romanick <idr@us.ibm.com>2004-12-01 08:31:15 +0000
commit6b89a8363b4934e4b5bbad10f84bbe7e38f22f9b (patch)
treecf62b917800b94dcc1108b138505a4425862ca00 /src/glx/x11/Makefile
parentbb427b10b156225f1f79fed01930e1e2d3b2093f (diff)
Make the transition to script-genereated GLX code easier.
Move "handcoded" ARB_window_pos / MESA_window_pos functions to their own file. Modify the ARB_window_pos functions to use the MESA_window_pos names.
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 1447270622..ee2bae128d 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_window_pos.c \
indirect_transpose_matrix.c \
pixel.c \
pixelstore.c \