summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-12-01 08:22:44 +0000
committerIan Romanick <idr@us.ibm.com>2004-12-01 08:22:44 +0000
commitbb427b10b156225f1f79fed01930e1e2d3b2093f (patch)
tree1ccb7dcd022a900dbe3897e95a253482e512ecae /src/glx/x11/Makefile
parentc8c24d049d8d359894130aa7bcdf2319ef4e09df (diff)
Make the transition to script-genereated GLX code easier.
Move "handcoded" ARB_transpose_matrix functions to their own file. From here on out, such handcoded functions should go in a file named indirect_FOO.c, where "FOO" is some logical name for the functionality (e.g., part of the extension name, etc.).
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 a44e0a4a36..1447270622 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_transpose_matrix.c \
pixel.c \
pixelstore.c \
render2.c \