[Mesa-dev] [PATCH 2/3] Autotools: Add passes.h to sources so it will be included in the tarball

Dylan Baker dylan at pnwbakers.com
Sat Apr 21 02:19:50 UTC 2018


Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---
 src/gallium/drivers/swr/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources
index dd815dcb581..a06d1d7b929 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 := \
-- 
2.17.0



More information about the mesa-dev mailing list