From 682f69385a07b81ee0b2524b9556c0b768454147 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 11 Mar 2014 16:18:50 +0000 Subject: [PATCH] lib: Add missing header to Makefile.sources i915_pciids.h was missing from Makefile.sources, which caused distcheck to fail. Signed-off-by: Thomas Wood Signed-off-by: Daniel Vetter --- lib/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.sources b/lib/Makefile.sources index 50720578..cac9d122 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 \