summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 869b2d486a4..0464df84e12 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -153,7 +153,8 @@ C_SOURCES = \
vl/vl_compositor.c \
vl/vl_csc.c \
vl/vl_idct.c \
- vl/vl_vertex_buffers.c
+ vl/vl_vertex_buffers.c \
+ vl/vl_ycbcr_buffer.c
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \