diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-04-20 19:04:01 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-04-20 20:26:54 -0700 |
commit | 5c8e2501a66ce23872dcc09c43f43a4d8f560e88 (patch) | |
tree | 4e6ce23c7c4764f338a025eeafa382bd221e3f47 | |
parent | cfd7d2ba0db363a2500aad3a7027ecc489f42143 (diff) |
autotools: Add passes.h to sources so it will be included in the tarball
This was introduced in commit 8f848ada8a42d9aaa8136afa1bafe32281a0fb48
but not added to the sources list, which is necessary for it to be
included in release tarballs.
Fixes: 8f848ada8a42d9aaa8136afa1bafe32281a0fb48
("swr/rast: Start refactoring of builder/packetizer.")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r-- | src/gallium/drivers/swr/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources index dd815dcb58..a06d1d7b92 100644 --- a/src/gallium/drivers/swr/Makefile.sources +++ b/src/gallium/drivers/swr/Makefile.sources @@ -155,6 +155,7 @@ JITTER_CXX_SOURCES := \ rasterizer/jitter/streamout_jit.cpp \ rasterizer/jitter/streamout_jit.h \ rasterizer/jitter/shader_lib/DebugOutput.cpp \ + rasterizer/jitter/functionpasses/passes.h \ rasterizer/jitter/functionpasses/lower_x86.cpp MEMORY_CXX_SOURCES := \ |