From 05f5e16eafb400669524265d1a506c0e6ae18c53 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 21 Aug 2015 14:13:16 +0100 Subject: [PATCH] lib: fix distcheck issues Signed-off-by: Thomas Wood --- lib/Makefile.sources | 1 + lib/igt.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.sources b/lib/Makefile.sources index 5d3b1173..cb20f030 100644 --- a/lib/Makefile.sources +++ b/lib/Makefile.sources @@ -6,6 +6,7 @@ libintel_tools_la_SOURCES = \ i915_3d.h \ i915_reg.h \ i915_pciids.h \ + igt.h \ igt_debugfs.c \ igt_debugfs.h \ igt_aux.c \ diff --git a/lib/igt.h b/lib/igt.h index 9cac4178..3be25511 100644 --- a/lib/igt.h +++ b/lib/igt.h @@ -44,6 +44,5 @@ #include "media_fill.h" #include "media_spin.h" #include "rendercopy.h" -#include "version.h" #endif /* IGT_H */