Module: Mesa Branch: master Commit: edaadd94cbae45dc3c1c5481e346f729ea2bc73b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edaadd94cbae45dc3c1c5481e346f729ea2bc73b
Author: Vinson Lee <[email protected]> Date: Fri Jul 22 10:38:05 2011 -0700 glsl: Add standalone_scaffolding.cpp to SConscript. --- src/glsl/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/glsl/SConscript b/src/glsl/SConscript index ea104ab..1da58a9 100644 --- a/src/glsl/SConscript +++ b/src/glsl/SConscript @@ -96,6 +96,7 @@ glsl_sources = [ 'opt_tree_grafting.cpp', 'ralloc.c', 's_expression.cpp', + 'standalone_scaffolding.cpp', 'strtod.c', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
