i915_pciids.h was missing from Makefile.sources, which caused distcheck to
fail.

Signed-off-by: Thomas Wood <thomas.w...@intel.com>
---
 lib/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 5072057..cac9d12 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -5,6 +5,7 @@ libintel_tools_la_SOURCES =     \
        i830_reg.h              \
        i915_3d.h               \
        i915_reg.h              \
+       i915_pciids.h           \
        igt_debugfs.c           \
        igt_debugfs.h           \
        igt_display.c           \
-- 
1.8.5.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to