diff mbox

[i-g-t,3/3] lib: Add missing header to Makefile.sources

Message ID 1394554730-23229-4-git-send-email-thomas.wood@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Wood March 11, 2014, 4:18 p.m. UTC
i915_pciids.h was missing from Makefile.sources, which caused distcheck to
fail.

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

Patch

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		\