lib: Add missing header to Makefile.sources
authorThomas Wood <thomas.wood@intel.com>
Tue, 11 Mar 2014 16:18:50 +0000 (16:18 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Mar 2014 20:11:22 +0000 (21:11 +0100)
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>
lib/Makefile.sources

index 5072057..cac9d12 100644 (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           \