identity: Add id_drm.c to SCons build.

This was missed in commit f7cbaae13d.
(cherry picked from commit 02ee7c2950)
This commit is contained in:
Vinson Lee 2010-03-27 10:07:14 -07:00
parent 9903d09f82
commit 1b5b04de75
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ env = env.Clone()
identity = env.ConvenienceLibrary(
target = 'identity',
source = [
'id_screen.c',
'id_context.c',
'id_drm.c',
'id_objects.c',
'id_screen.c',
])
Export('identity')