Module: Mesa Branch: thalloc Commit: 70f197ad3c7fd6b0a373ed62ddec82c6a7d81ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70f197ad3c7fd6b0a373ed62ddec82c6a7d81ab8
Author: Jakob Bornecrantz <[email protected]> Date: Wed Jan 19 02:28:14 2011 +0100 thalloc: Add scons alias Signed-off-by: Jakob Bornecrantz <[email protected]> --- 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') _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
