nv50,nvc0: fix multisample format hack
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index dea7f885e0def451cbab52bfe416559df94660e1..ea10e8a9f986f5cbb7bd0933aaf1990abf4e3cfa 100644 (file)
@@ -35,7 +35,8 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
-               'sp_video_context.c',
        ])
 
+env.Alias('softpipe', softpipe)
+
 Export('softpipe')