scons: Revamp how to specify targets to build.
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index b80c6dea93a9d9bf1f29d624944eeca402534a1f..ea10e8a9f986f5cbb7bd0933aaf1990abf4e3cfa 100644 (file)
@@ -24,9 +24,10 @@ softpipe = env.ConvenienceLibrary(
                'sp_state_blend.c',
                'sp_state_clip.c',
                'sp_state_derived.c',
-               'sp_state_fs.c',
                'sp_state_rasterizer.c',
                'sp_state_sampler.c',
+               'sp_state_shader.c',
+               'sp_state_so.c',
                'sp_state_surface.c',
                'sp_state_vertex.c',
                'sp_surface.c',
@@ -36,4 +37,6 @@ softpipe = env.ConvenienceLibrary(
                'sp_tile_cache.c',
        ])
 
+env.Alias('softpipe', softpipe)
+
 Export('softpipe')