diff options
author | Scott D Phillips <[email protected]> | 2018-06-05 09:33:49 -0700 |
---|---|---|
committer | Scott D Phillips <[email protected]> | 2018-06-05 10:32:35 -0700 |
commit | 6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce (patch) | |
tree | f4db074547a82cf8a95c400ab9d15df31359ca02 | |
parent | 08535dd8860951ce4572cd2590e417a1f3d96b3d (diff) |
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]>
-rw-r--r-- | src/intel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 2f96a68d992..3e098a7ac9b 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 |