X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fidentity%2FSConscript;h=d24d1ec7c61f869502366dea36a54284f4bef658;hb=bc4b4c605cc04138e5209782fa5939bfd71930bd;hp=7f079dd0a8b8e3642a2878d73997badf71e9a1b5;hpb=6530fabb93d8e1664f16059fd31f540352a866a5;p=mesa.git diff --git a/src/gallium/drivers/identity/SConscript b/src/gallium/drivers/identity/SConscript index 7f079dd0a8b..d24d1ec7c61 100644 --- a/src/gallium/drivers/identity/SConscript +++ b/src/gallium/drivers/identity/SConscript @@ -5,9 +5,11 @@ env = env.Clone() identity = env.ConvenienceLibrary( target = 'identity', source = [ - 'id_screen.c', 'id_context.c', 'id_objects.c', + 'id_screen.c', ]) +env.Alias('identity', identity) + Export('identity')