summaryrefslogtreecommitdiff
path: root/ext/cdio
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-10-13 18:10:25 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-10-13 18:10:25 +0000
commit793cdeb8801c3d08459bc0bd908f620e3e5ce1a1 (patch)
tree958e578e1a138a94e425b9f89cfc3b05167c6e4b /ext/cdio
parent62d483656b5f171a9a05f2c8e4bf5790ca8e7013 (diff)
downloadgstreamer-plugins-ugly-793cdeb8801c3d08459bc0bd908f620e3e5ce1a1.tar.gz
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 'ext/cdio')
-rw-r--r--ext/cdio/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/cdio/Makefile.am b/ext/cdio/Makefile.am
index 01092c71..5db94180 100644
--- a/ext/cdio/Makefile.am
+++ b/ext/cdio/Makefile.am
@@ -16,6 +16,7 @@ libgstcdio_la_LIBADD = \
$(CDIO_LIBS)
libgstcdio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstcdio_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstcdio.h \