galahad: Correct the name of the scons library
authorJakob Bornecrantz <jakob@vmware.com>
Wed, 10 Nov 2010 22:36:33 +0000 (22:36 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Wed, 10 Nov 2010 23:05:17 +0000 (23:05 +0000)
src/gallium/drivers/galahad/SConscript

index 1343dfd..3f39f99 100644 (file)
@@ -3,7 +3,7 @@ Import('*')
 env = env.Clone()
 
 galahad = env.ConvenienceLibrary(
-       target = 'identity',
+       target = 'galahad',
        source = [
                'glhd_context.c',
                'glhd_objects.c',