plugins/: Don't install static libs for plugins. Fixes #550851 for core.
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 13 Oct 2008 16:47:51 +0000 (16:47 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 13 Oct 2008 16:47:51 +0000 (16:47 +0000)
Original commit message from CVS:
* plugins/elements/Makefile.am:
* plugins/indexers/Makefile.am:
Don't install static libs for plugins. Fixes #550851 for core.

ChangeLog
plugins/elements/Makefile.am
plugins/indexers/Makefile.am

index 3f74186..a642245 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-13  Stefan Kost  <ensonic@users.sf.net>
+
+       * plugins/elements/Makefile.am:
+       * plugins/indexers/Makefile.am:
+         Don't install static libs for plugins. Fixes #550851 for core.
+
 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/gstbus.c: (gst_bus_source_finalize),
index f8c5aba..733aa48 100644 (file)
@@ -30,6 +30,7 @@ libgstcoreelements_la_LIBADD = \
        $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
        $(GST_OBJ_LIBS)
 libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstcoreelements_la_LIBTOOLFLAGS = --tag=disable-static
 
 noinst_HEADERS =               \
        gstcapsfilter.h         \
index bf5c328..5d8046a 100644 (file)
@@ -19,6 +19,7 @@ libgstcoreindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
 libgstcoreindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
 libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS) $(GST_FILEINDEX_LIBS)
 libgstcoreindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstcoreindexers_la_LIBTOOLFLAGS = --tag=disable-static
 
 %.c.gcov: .libs/libgstcoreindexers_la-%.gcda %.c
        $(GCOV) -b -f -o $^ > $@.out