mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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.
This commit is contained in:
parent
85de653640
commit
35a2a49c00
3 changed files with 8 additions and 0 deletions
|
@ -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>
|
2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/gstbus.c: (gst_bus_source_finalize),
|
* gst/gstbus.c: (gst_bus_source_finalize),
|
||||||
|
|
|
@ -30,6 +30,7 @@ libgstcoreelements_la_LIBADD = \
|
||||||
$(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
|
$(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
|
||||||
$(GST_OBJ_LIBS)
|
$(GST_OBJ_LIBS)
|
||||||
libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstcoreelements_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstcapsfilter.h \
|
gstcapsfilter.h \
|
||||||
|
|
|
@ -19,6 +19,7 @@ libgstcoreindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
||||||
libgstcoreindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstcoreindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS) $(GST_FILEINDEX_LIBS)
|
libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS) $(GST_FILEINDEX_LIBS)
|
||||||
libgstcoreindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstcoreindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstcoreindexers_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
%.c.gcov: .libs/libgstcoreindexers_la-%.gcda %.c
|
%.c.gcov: .libs/libgstcoreindexers_la-%.gcda %.c
|
||||||
$(GCOV) -b -f -o $^ > $@.out
|
$(GCOV) -b -f -o $^ > $@.out
|
||||||
|
|
Loading…
Reference in a new issue