<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-11-19 at 14:59 -0800, Jesse Adkins wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Jesse Adkins &lt;<A HREF="mailto:jesserayadkins@gmail.com">jesserayadkins@gmail.com</A>&gt;
---
 hw/xfree86/i2c/Makefile.am |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am
index 0b80cc8..5e1b553 100644
--- a/hw/xfree86/i2c/Makefile.am
+++ b/hw/xfree86/i2c/Makefile.am
@@ -41,3 +41,13 @@ tda9885_drv_la_SOURCES = tda9885.c tda9885.h tda9885_module.c
 
 uda1380_drv_la_LDFLAGS = -module -avoid-version
 uda1380_drv_la_SOURCES = uda1380.c uda1380.h uda1380_module.c
+
+# We don't use the .la's, so remove them.
+install-data-hook:
+        rm -f $(moduledir)/multimedia/bt829_drv.la
+        rm -f $(moduledir)/multimedia/fi1236_drv.la
+        rm -f $(moduledir)/multimedia/msp3430_drv.la
+        rm -f $(moduledir)/multimedia/tda8425_drv.la
+        rm -f $(moduledir)/multimedia/tda9850_drv.la
+        rm -f $(moduledir)/multimedia/tda9885_drv.la
+        rm -f $(moduledir)/multimedia/uda1380_drv.la
</PRE>
</BLOCKQUOTE>
<BR>
All of the remove commands should have $(AM_V_GEN) in front of the rm command for the silent rules.
</BODY>
</HTML>