From: Jakob Bornecrantz Date: Wed, 10 Nov 2010 22:36:33 +0000 (+0000) Subject: galahad: Correct the name of the scons library X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4c60575f87241e9f1d0227c02c036a4bcf0967d;p=mesa.git galahad: Correct the name of the scons library --- diff --git a/src/gallium/drivers/galahad/SConscript b/src/gallium/drivers/galahad/SConscript index 1343dfd4548..3f39f99e517 100644 --- a/src/gallium/drivers/galahad/SConscript +++ b/src/gallium/drivers/galahad/SConscript @@ -3,7 +3,7 @@ Import('*') env = env.Clone() galahad = env.ConvenienceLibrary( - target = 'identity', + target = 'galahad', source = [ 'glhd_context.c', 'glhd_objects.c',