From f80b10df8d71c7e569cd1c1ffe2b8aa6f4e3fc5a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 May 2016 15:35:36 +0100 Subject: [PATCH] softpipe: add sp_buffer.h to the sources list (release tarball) Signed-off-by: Emil Velikov --- src/gallium/drivers/softpipe/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/softpipe/Makefile.sources b/src/gallium/drivers/softpipe/Makefile.sources index d72266f270f..e405ef27f85 100644 --- a/src/gallium/drivers/softpipe/Makefile.sources +++ b/src/gallium/drivers/softpipe/Makefile.sources @@ -1,5 +1,6 @@ C_SOURCES := \ sp_buffer.c \ + sp_buffer.h \ sp_clear.c \ sp_clear.h \ sp_context.c \ -- 2.30.2