From f2cf89138545d672624f5c66b43533d5895b0066 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 16 Oct 2008 15:07:00 +0000 Subject: [PATCH] Don't install static libs for plugins. Fixes #550851 for base. Original commit message from CVS: * ext/alsa/Makefile.am: * ext/cdparanoia/Makefile.am: * ext/gio/Makefile.am: * ext/gnomevfs/Makefile.am: * ext/libvisual/Makefile.am: * ext/ogg/Makefile.am: * ext/pango/Makefile.am: * ext/theora/Makefile.am: * ext/vorbis/Makefile.am: * gst/adder/Makefile.am: * gst/audioconvert/Makefile.am: * gst/audiorate/Makefile.am: * gst/audioresample/Makefile.am: * gst/audiotestsrc/Makefile.am: * gst/ffmpegcolorspace/Makefile.am: * gst/gdp/Makefile.am: * gst/playback/Makefile.am: * gst/subparse/Makefile.am: * gst/tcp/Makefile.am: * gst/typefind/Makefile.am: * gst/videorate/Makefile.am: * gst/videoscale/Makefile.am: * gst/videotestsrc/Makefile.am: * gst/volume/Makefile.am: * sys/v4l/Makefile.am: * sys/ximage/Makefile.am: * sys/xvimage/Makefile.am: Don't install static libs for plugins. Fixes #550851 for base. --- gst/gdp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gdp/Makefile.am b/gst/gdp/Makefile.am index 260ce801b6..b42a955f28 100644 --- a/gst/gdp/Makefile.am +++ b/gst/gdp/Makefile.am @@ -8,6 +8,7 @@ libgstgdp_la_SOURCES = \ libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS) libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstgdp_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ gstgdppay.h \