summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-22 09:32:12 -0700
committerBrian Paul <brianp@vmware.com>2010-01-22 09:32:12 -0700
commit126aff18aaf7512dfe07e4fd43e21a2ecd3a96ff (patch)
tree54ec830aeda52163bf3b6cfff3d402e7b2f49ddd /src/mesa/sources.mak
parentea5918be0e8bc75086a7e6d4a8c0fa04585028ee (diff)
glapi: split the no-op dispatch code into new glapi_nop.c file
This unclutters the glapi.c file a bit.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a4d09c75bb..12d4c2831d 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -89,6 +89,7 @@ GLAPI_SOURCES = \
main/dispatch.c \
glapi/glapi.c \
glapi/glapi_getproc.c \
+ glapi/glapi_nop.c \
glapi/glthread.c
MATH_SOURCES = \