diff options
author | Emil Velikov <[email protected]> | 2016-05-27 15:35:36 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:28:53 +0100 |
commit | f80b10df8d71c7e569cd1c1ffe2b8aa6f4e3fc5a (patch) | |
tree | d0c698350683161b9c82bc7ec7d3968ed2591d75 | |
parent | 2f43908395f60609b6d7bbe0f01f11db57cef320 (diff) |
softpipe: add sp_buffer.h to the sources list (release tarball)
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |