gstreamer/gst/freeze/Makefile.am
Changwoo Ryu 1ab8c008f3 freeze: don't build plugin static lib
Pass --tag=disable-static to libtool like we do for other plugins.
Fixes #587023.
2009-06-26 09:34:11 +01:00

11 lines
284 B
Makefile

plugin_LTLIBRARIES = libgstfreeze.la
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