mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
autotools: Add passes.h to sources so it will be included in the tarball
This was introduced in commit8f848ada8abut not added to the sources list, which is necessary for it to be included in release tarballs. Fixes:8f848ada8a("swr/rast: Start refactoring of builder/packetizer.") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
cfd7d2ba0d
commit
5c8e2501a6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue