scons: Aggregate all tiny libraries in a single library.

Makes integration of gallium into out of tree components much easier. No
pratical change for components in this tree,
This commit is contained in:
José Fonseca
2009-12-31 22:18:17 +00:00
parent fc8e0b97e5
commit f8f4757d46
23 changed files with 196 additions and 290 deletions
+1 -1
View File
@@ -43,5 +43,5 @@ if 'python' in env['statetrackers']:
source = [
'st_hardpipe_winsys.c',
],
LIBS = [pyst, softpipe, trace] + auxiliaries + env['LIBS'],
LIBS = [pyst, softpipe, trace] + gallium + env['LIBS'],
)