diff options
| author | Stefan Kost <ensonic@users.sf.net> | 2009-03-10 21:14:43 +0200 | 
|---|---|---|
| committer | Stefan Kost <ensonic@users.sf.net> | 2009-03-10 21:35:16 +0200 | 
| commit | a58498929ca2094cf5fea5a7987fa39f199813ca (patch) | |
| tree | 2653733c41afdd94fb750f09f32d74920b99f8fc | |
| parent | 18571b9e4fc7b64d9180dedf350e9ca4f66d078c (diff) | |
makefile: fix typo in no-static plugins rule
| -rw-r--r-- | gst/multipart/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
