From: Emil Velikov Date: Fri, 27 May 2016 14:35:36 +0000 (+0100) Subject: softpipe: add sp_buffer.h to the sources list (release tarball) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f80b10df8d71c7e569cd1c1ffe2b8aa6f4e3fc5a;p=mesa.git softpipe: add sp_buffer.h to the sources list (release tarball) Signed-off-by: Emil Velikov --- 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 \