From 566610680c4e1cab3e7fc7146adbeaba52fdd0ad Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 23 Feb 2007 15:20:35 -0500 Subject: [PATCH] Don't install libi2c.a --- hw/xfree86/i2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am index 70a9aceeb..a16d88071 100644 --- a/hw/xfree86/i2c/Makefile.am +++ b/hw/xfree86/i2c/Makefile.am @@ -1,4 +1,4 @@ -module_LIBRARIES = libi2c.a +noinst_LIBRARIES = libi2c.a multimediadir = $(moduledir)/multimedia multimedia_LTLIBRARIES = \