summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2012-01-13 22:37:18 +0100
committerRoland Scheidegger <sroland@vmware.com>2012-01-13 22:39:14 +0100
commit6c2c2c5a07c81a15a89519a8a84ef7c69698903b (patch)
tree808a6e7e48e29c3afe3290321f4cbcc0b1b1eb39
parent548526f2e967d29e0aa1d9a37e4364100e84dc3f (diff)
scons: Fix libGL.so build.
-rw-r--r--src/glx/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 5e9d1ca56d..17a5690ee8 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -36,6 +36,7 @@ if False: # XXX: SHARED_GLAPI
sources = [
'clientattrib.c',
+ 'clientinfo.c',
'create_context.c',
'compsize.c',
'eval.c',