Mesa (thalloc): thalloc: Add scons alias

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Wed Jan 19 01:30:39 UTC 2011


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Jan 19 02:28:14 2011 +0100

thalloc: Add scons alias

Signed-off-by: Jakob Bornecrantz <jakob at vmware.com>

---

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

diff --git a/src/thalloc/SConscript b/src/thalloc/SConscript
index 5b264a3..6685927 100644
--- a/src/thalloc/SConscript
+++ b/src/thalloc/SConscript
@@ -9,4 +9,6 @@ thalloc = env.ConvenienceLibrary(
     ],
 )
 
+env.Alias('thalloc', thalloc)
+
 Export('thalloc')




More information about the mesa-commit mailing list