plugins/: Don't install static libs for plugins. Fixes #550851 for core.
[platform/upstream/gstreamer.git] / plugins / indexers / Makefile.am
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