Module: Mesa
Branch: thalloc
Commit: 14b2db67016971d00b5cbbb03ac812a370537ceb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=14b2db67016971d00b5cbbb03ac812a370537ceb

Author: Jakob Bornecrantz <[email protected]>
Date:   Wed Jan 19 02:28:10 2011 +0100

glsl: Add scons alias

Signed-off-by: Jakob Bornecrantz <[email protected]>

---

 src/glsl/SConscript |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/glsl/SConscript b/src/glsl/SConscript
index 3f5ea66..023dfb8 100644
--- a/src/glsl/SConscript
+++ b/src/glsl/SConscript
@@ -83,6 +83,8 @@ glsl = env.ConvenienceLibrary(
     source = sources,
 )
 
+env.Alias('glsl', glsl)
+
 Export('glsl')
 
 # FIXME: We can't build the programs because there's a cyclic dependency 
between tis directory and src/mesa

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to