identity: Add id_drm.c to SCons build.

This was missed in commit f7cbaae13d.
This commit is contained in:
Vinson Lee 2010-03-27 10:07:14 -07:00
parent 077570c12b
commit 02ee7c2950

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')