gallium: Remove the sct module.
[mesa.git] / src / gallium / auxiliary / cso_cache / SConscript
index 9751881613ebe82e339ca575478bf03508af3fd9..651e68a191a7db1c9916465fe2a496a02f3a2fc1 100644 (file)
@@ -3,6 +3,7 @@ Import('*')
 cso_cache = env.ConvenienceLibrary(
        target = 'cso_cache',
        source = [
+               'cso_context.c',
                'cso_cache.c',
                'cso_hash.c',
        ])