svga: add svga_mksstats.h to the sources list
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 6 Oct 2016 14:21:58 +0000 (15:21 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 15:17:09 +0000 (16:17 +0100)
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 <emil.velikov@collabora.com>
src/gallium/drivers/svga/Makefile.sources

index 5c022f4..229d286 100644 (file)
@@ -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 \