st/dri: Fix SCons build.

This was missed in commit 4b722bf9fd.
dri_extensions.c was removed from Makefile but not from SConscript.
This commit is contained in:
Vinson Lee
2010-03-26 17:56:13 -07:00
parent 8260e9a821
commit 0383288132
2 changed files with 0 additions and 2 deletions
@@ -17,7 +17,6 @@ if env['dri']:
target = 'st_dri',
source = [ 'dri_context.c',
'dri_drawable.c',
'dri_extensions.c',
'dri_screen.c',
'dri_st_api.c',
'dri1_helper.c',
@@ -19,7 +19,6 @@ if env['dri']:
target = 'st_drisw',
source = [ 'dri_context.c',
'dri_drawable.c',
'dri_extensions.c',
'dri_screen.c',
'dri_st_api.c',
'dri1_helper.c',