From 10379e4edfd91d6801667ae84542ca36830b7913 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 8 Jun 2010 08:21:27 -0600 Subject: softpipe: added sp_state_so.c to file list --- src/gallium/drivers/softpipe/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 83f3e4a19b..35d426aa3e 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -25,6 +25,7 @@ C_SOURCES = \ sp_state_derived.c \ sp_state_fs.c \ sp_state_sampler.c \ + sp_state_so.c \ sp_state_rasterizer.c \ sp_state_surface.c \ sp_state_vertex.c \ -- cgit v1.2.3