summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-17 13:23:32 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-23 16:56:23 -0700
commita97226352fb8063d4d0084523312b4880dae5ac7 (patch)
tree498eafd2863bf8516f641015080137a9209368f2 /src/mesa/sources
parentd533da2db873942b3f8676a754b8be3c9718bedf (diff)
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.c file
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index fd0d51e8bd..9b9eb991fd 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -77,6 +77,7 @@ MAIN_SOURCES = \
GLAPI_SOURCES = \
main/dispatch.c \
glapi/glapi.c \
+ glapi/glapi_getproc.c \
glapi/glthread.c
MATH_SOURCES = \