summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-11-09 04:44:16 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-26 20:09:09 +0000
commit86a51eb86177971d9a0c0f0028cc143b13486a07 (patch)
treee8f6b3367e3423622e35791f686c9d31e6d07584 /src/gallium/auxiliary/SConscript
parentf093c1c8ec1bce50d9338533ce775b564358fbeb (diff)
downloadexternal_mesa3d-86a51eb86177971d9a0c0f0028cc143b13486a07.zip
external_mesa3d-86a51eb86177971d9a0c0f0028cc143b13486a07.tar.gz
external_mesa3d-86a51eb86177971d9a0c0f0028cc143b13486a07.tar.bz2
auxiliary/vl: split the vl sources list into VL_SOURCES
With follow up commit we'll split vl static lib from the auxiliary one, and choose the appropriate vl (galliumvl or galliumvl_stub) for the respective targets to link against. v2: Rebase. Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 6f67849..0acd3c7 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -36,6 +36,7 @@ env.Depends('util/u_format_table.c', [
source = env.ParseSourceList('Makefile.sources', [
'C_SOURCES',
+ 'VL_SOURCES',
'GENERATED_SOURCES'
])