Module: Mesa Branch: master Commit: 6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce
Author: Scott D Phillips <[email protected]> Date: Tue Jun 5 09:33:49 2018 -0700 intel/tools: add intel_sanitize_gpu to EXTRA_DIST Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106778 Fixes: cc41603d6d ("intel/tools: new intel_sanitize_gpu tool") Reviewed-by: Dylan Baker <[email protected]> --- src/intel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 2f96a68d99..3e098a7ac9 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -69,6 +69,8 @@ EXTRA_DIST = \ dev/meson.build \ genxml/meson.build \ isl/meson.build \ + tools/intel_sanitize_gpu.c \ + tools/intel_sanitize_gpu.in \ tools/meson.build \ vulkan/meson.build \ meson.build _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
