diff options
Diffstat (limited to 'gst/flv/Makefile.am')
-rw-r--r-- | gst/flv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/flv/Makefile.am b/gst/flv/Makefile.am index 0b8d469c5..6e1a58b25 100644 --- a/gst/flv/Makefile.am +++ b/gst/flv/Makefile.am @@ -4,5 +4,6 @@ libgstflv_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstflv_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS} libgstflv_la_SOURCES = gstflvdemux.c gstflvparse.c gstflvmux.c +libgstflv_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstflvdemux.h gstflvparse.h gstflvmux.h |