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 <thomas.wood@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Thomas Wood 2014-03-11 16:18:50 +00:00 committed by Daniel Vetter
parent a90846adf5
commit 682f69385a

View File

@ -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 \