From e94c7c42ce9d6a194b76ba7e8b3904b180f93a1b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 7 Aug 2009 13:36:52 +1000 Subject: [PATCH] parser: make libxf86config_internal.la not installed. --- hw/xfree86/parser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am index 6153747e0..b8fab2835 100644 --- a/hw/xfree86/parser/Makefile.am +++ b/hw/xfree86/parser/Makefile.am @@ -1,5 +1,5 @@ if INSTALL_LIBXF86CONFIG -lib_LTLIBRARIES = libxf86config_internal.la +noinst_LTLIBRARIES = libxf86config_internal.la lib_LIBRARIES = libxf86config.a LIBHEADERS = \ xf86Optrec.h \