From 3ae04dd910d59dd2f044579f3e098b52fc577700 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 2 Nov 2010 12:35:23 +0000 Subject: scons: Add aliases for several pipe drivers. --- src/gallium/drivers/trace/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/trace') diff --git a/src/gallium/drivers/trace/SConscript b/src/gallium/drivers/trace/SConscript index 06b0c4863a..1384fe33d7 100644 --- a/src/gallium/drivers/trace/SConscript +++ b/src/gallium/drivers/trace/SConscript @@ -12,4 +12,6 @@ trace = env.ConvenienceLibrary( 'tr_texture.c', ]) +env.Alias('trace', trace) + Export('trace') -- cgit v1.2.3