From 8dd1c9eca02fb8da0c51f6fa4a38eb5e5ff41855 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 22 Nov 2009 17:13:02 -0500 Subject: [PATCH] video-intel: remove i2c_vid.h from src/Makefile.am make dist failed due to missing i2c_vid.h Commit b9b159c49854d8d9d2207946bb583537bb0d48d6 Remove UMS support. The above commit did not remove this header file from the makefile. Signed-off-by: Gaetan Nadon --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 99a613da..4cc5b6de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,6 @@ intel_drv_la_SOURCES = \ brw_defines.h \ brw_structs.h \ common.h \ - i2c_vid.h \ i810_accel.c \ i810_common.h \ i810_cursor.c \