scons: Add main/pipelineobj.c to src/mesa/SConscript.
authorVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 00:58:17 +0000 (16:58 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 01:00:47 +0000 (17:00 -0800)
This patch fixes this SCons build error.

build/linux-x86_64-debug/mesa/libmesa.a(context.os): In function `init_attrib_groups':
src/mesa/main/context.c:815: undefined reference to `_mesa_init_pipeline'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/SConscript

index 29775a9..7f4e419 100644 (file)
@@ -98,6 +98,7 @@ main_sources = [
     'main/pack.c',
     'main/pbo.c',
     'main/performance_monitor.c',
+    'main/pipelineobj.c',
     'main/pixel.c',
     'main/pixelstore.c',
     'main/pixeltransfer.c',