vmware/xorg: Fix SCons build.

This commit is contained in:
Michel Dänzer 2010-01-04 13:02:40 +01:00
parent d1e2fc19cc
commit 8282185752
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ if env['platform'] == 'linux':
sources = [
'vmw_ioctl.c',
'vmw_screen.c',
'vmw_video.c',
'vmw_xorg.c',
]