From b634be0e6951ca1b6df0812425d10652cd6ec34a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 6 Oct 2016 15:21:58 +0100 Subject: [PATCH] svga: add svga_mksstats.h to the sources list Otherwise it won't be picked in the tarball and the build will fail. Fixes: 0035f7f1365 ("svga: add guest statistic gathering interface") Signed-off-by: Emil Velikov --- src/gallium/drivers/svga/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/svga/Makefile.sources b/src/gallium/drivers/svga/Makefile.sources index 5c022f4..229d286 100644 --- a/src/gallium/drivers/svga/Makefile.sources +++ b/src/gallium/drivers/svga/Makefile.sources @@ -15,6 +15,7 @@ C_SOURCES := \ svga_hw_reg.h \ svga_link.c \ svga_link.h \ + svga_mksstats.h \ svga_pipe_blend.c \ svga_pipe_blit.c \ svga_pipe_clear.c \ -- 2.7.4