[Intel-gfx] [PATCH i-g-t 3/3] lib: Add missing header to Makefile.sources
Thomas Wood
thomas.wood at intel.com
Tue Mar 11 17:18:50 CET 2014
i915_pciids.h was missing from Makefile.sources, which caused distcheck to
fail.
Signed-off-by: Thomas Wood <thomas.wood at 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
More information about the Intel-gfx
mailing list