Module: Mesa Branch: master Commit: 4152edbcdee7bd0bfd2487fb7fe140f3e4a11419 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4152edbcdee7bd0bfd2487fb7fe140f3e4a11419
Author: Juan A. Suarez Romero <[email protected]> Date: Fri Jun 9 14:01:25 2017 +0000 i965: include gen4_blorp_exec.h into EXTRA_DIST Otherwise, `make distcheck` will fail. Reviewed-by: Jason Ekstrand <[email protected]> --- src/mesa/drivers/dri/i965/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index c29cc594c8..9879bf79a5 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -102,6 +102,7 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ + gen4_blorp_exec.h \ brw_oa_hsw.xml \ brw_oa.py _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
