scons: add alias for identity

This commit is contained in:
Zack Rusin 2010-11-30 16:13:11 -05:00
parent ff79633d9f
commit b22d65e9fc

View file

@ -10,4 +10,6 @@ identity = env.ConvenienceLibrary(
'id_screen.c',
])
env.Alias('identity', identity)
Export('identity')