diff options
author | Scott D Phillips <scott.d.phillips@intel.com> | 2018-06-05 09:33:49 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-06-06 08:28:10 -0700 |
commit | 8b76c603ddc233bce57c9d7a84e788679ae7001d (patch) | |
tree | b81d0f69dcbc515dc0f4f31f1704e28cdf55b524 | |
parent | 3a85a6180b41b791520f0e669245ed5c4c7a6d9d (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 <dylan@pnwbakers.com>
(cherry picked from commit 6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce)
-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 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 |