diff options
author | Vinson Lee <vlee@vmware.com> | 2011-07-22 10:38:05 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-07-22 10:38:05 -0700 |
commit | edaadd94cbae45dc3c1c5481e346f729ea2bc73b (patch) | |
tree | 22622a620b77c1bf69dfc3fab3acc110868faf96 | |
parent | 659cdedb532e675da5676d40ee39278aadd8f0a1 (diff) | |
download | external_mesa3d-edaadd94cbae45dc3c1c5481e346f729ea2bc73b.zip external_mesa3d-edaadd94cbae45dc3c1c5481e346f729ea2bc73b.tar.gz external_mesa3d-edaadd94cbae45dc3c1c5481e346f729ea2bc73b.tar.bz2 |
glsl: Add standalone_scaffolding.cpp to SConscript.
-rw-r--r-- | 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', ] |