python: Allow to use trace pipe driver with python.

This commit is contained in:
José Fonseca
2008-08-14 10:58:23 +01:00
parent 92675f6e22
commit ffaa4e816f
3 changed files with 34 additions and 9 deletions

View File

@@ -30,5 +30,5 @@ if 'python' in env['statetrackers']:
source = [
'st_hardpipe_winsys.c',
],
LIBS = [pyst, softpipe] + auxiliaries + env['LIBS'],
LIBS = [pyst, softpipe, trace] + auxiliaries + env['LIBS'],
)