summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/SConscript1
-rw-r--r--src/mesa/sources.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 633cb9cb8c..da4d9b1857 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -170,6 +170,7 @@ swrast_sources = [
'swrast/s_logic.c',
'swrast/s_masking.c',
'swrast/s_points.c',
+ 'swrast/s_renderbuffer.c',
'swrast/s_span.c',
'swrast/s_stencil.c',
'swrast/s_texcombine.c',
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index be27c9711f..a3ce85535a 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -142,6 +142,7 @@ SWRAST_SOURCES = \
swrast/s_logic.c \
swrast/s_masking.c \
swrast/s_points.c \
+ swrast/s_renderbuffer.c \
swrast/s_span.c \
swrast/s_stencil.c \
swrast/s_texcombine.c \