From a58498929ca2094cf5fea5a7987fa39f199813ca Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 10 Mar 2009 21:14:43 +0200 Subject: makefile: fix typo in no-static plugins rule --- gst/multipart/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/multipart') diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am index 75542f1e..85f462fa 100644 --- a/gst/multipart/Makefile.am +++ b/gst/multipart/Makefile.am @@ -4,7 +4,7 @@ libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstmultipart__la_LIBTOOLFLAGS = --tag=disable-static +libgstmultipart_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = multipartdemux.h multipartmux.h -- cgit