diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 16:47:51 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 16:47:51 +0000 |
commit | 35a2a49c009f7ad36c4801fc36370ddf3fa0ef2d (patch) | |
tree | 23131a7af90372fd13d7bcf9f2309a693b06338f /plugins/indexers | |
parent | 85de6536408a1ba35e778cf9c16e8bf53cb53dad (diff) |
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.
Diffstat (limited to 'plugins/indexers')
-rw-r--r-- | plugins/indexers/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/indexers/Makefile.am b/plugins/indexers/Makefile.am index bf5c328a5..5d8046a59 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 |