freeze: don't build plugin static lib

Pass --tag=disable-static to libtool like we do for other plugins.
Fixes #587023.
This commit is contained in:
Changwoo Ryu 2009-06-26 09:30:22 +01:00 committed by Tim-Philipp Müller
parent 78a12a37a3
commit 1ab8c008f3

View file

@ -4,6 +4,7 @@ libgstfreeze_la_SOURCES = gstfreeze.c
libgstfreeze_la_CFLAGS = $(GST_CFLAGS)
libgstfreeze_la_LIBADD = ${GST_LIBS}
libgstfreeze_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstfreeze_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstfreeze.h