From 35a2a49c009f7ad36c4801fc36370ddf3fa0ef2d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 13 Oct 2008 16:47:51 +0000 Subject: [PATCH] plugins/: Don't install static libs for plugins. Fixes #550851 for core. 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 | 6 ++++++ plugins/elements/Makefile.am | 1 + plugins/indexers/Makefile.am | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3f7418692b..a64224549b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-13 Stefan Kost + + * plugins/elements/Makefile.am: + * plugins/indexers/Makefile.am: + Don't install static libs for plugins. Fixes #550851 for core. + 2008-10-13 Wim Taymans * gst/gstbus.c: (gst_bus_source_finalize), diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index f8c5aba7f0..733aa48bb4 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -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 \ diff --git a/plugins/indexers/Makefile.am b/plugins/indexers/Makefile.am index bf5c328a5a..5d8046a59f 100644 --- a/plugins/indexers/Makefile.am +++ b/plugins/indexers/Makefile.am @@ -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 -- 2.34.1