diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 18:10:25 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 18:10:25 +0000 |
commit | 793cdeb8801c3d08459bc0bd908f620e3e5ce1a1 (patch) | |
tree | 958e578e1a138a94e425b9f89cfc3b05167c6e4b /gst/mpegstream/Makefile.am | |
parent | 62d483656b5f171a9a05f2c8e4bf5790ca8e7013 (diff) |
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.
Diffstat (limited to 'gst/mpegstream/Makefile.am')
-rw-r--r-- | gst/mpegstream/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegstream/Makefile.am b/gst/mpegstream/Makefile.am index f4e58e38..f17a2585 100644 --- a/gst/mpegstream/Makefile.am +++ b/gst/mpegstream/Makefile.am @@ -10,6 +10,7 @@ libgstmpegstream_la_SOURCES = gstmpegstream.c \ libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstmpegstream_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ libgstmpegstream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstmpegstream_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstmpegparse.h \ gstmpegdemux.h \ |