From: Stefan Kost Date: Mon, 13 Oct 2008 18:10:25 +0000 (+0000) Subject: Don't install static libs for plugins. Fixes #550851 for ugly. X-Git-Tag: 1.16.2~901^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d081a7701629d38b9229dee19014b0f8d647709f;p=platform%2Fupstream%2Fgst-plugins-good.git Don't install static libs for plugins. Fixes #550851 for ugly. Original commit message from CVS: * ext/a52dec/Makefile.am: * ext/amrnb/Makefile.am: * ext/cdio/Makefile.am: * ext/dvdnav/Makefile.am: * ext/dvdread/Makefile.am: * ext/lame/Makefile.am: * ext/mad/Makefile.am: * ext/mpeg2dec/Makefile.am: * ext/sidplay/Makefile.am: * gst/ac3parse/Makefile.am: * gst/asfdemux/Makefile.am: * gst/dvdlpcmdec/Makefile.am: * gst/dvdsub/Makefile.am: * gst/iec958/Makefile.am: * gst/mpegaudioparse/Makefile.am: * gst/mpegstream/Makefile.am: * gst/realmedia/Makefile.am: * gst/synaesthesia/Makefile.am: Don't install static libs for plugins. Fixes #550851 for ugly. --- diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index 6fae90b..cf0a4e7 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -4,5 +4,6 @@ libgstlame_la_SOURCES = gstlame.c libgstlame_la_CFLAGS = $(GST_CFLAGS) $(LAME_CFLAGS) libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_LIBS) libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstlame_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstlame.h