scons: Add main/querymatrix.c to SCons build.
authorVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 23:32:49 +0000 (16:32 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 23:34:22 +0000 (16:34 -0700)
Commit 87eb66775949af6e9512daf7e4665c1cfa6b8745 added querymatrix.c to
make but not to SCons.

src/mesa/SConscript

index 79e9b45..d31b957 100644 (file)
@@ -80,6 +80,7 @@ if env['platform'] != 'winddk':
                'main/pixelstore.c',
                'main/points.c',
                'main/polygon.c',
+               'main/querymatrix.c',
                'main/queryobj.c',
                'main/rastpos.c',
                'main/readpix.c',