summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-10 21:14:43 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-10 21:35:16 +0200
commita58498929ca2094cf5fea5a7987fa39f199813ca (patch)
tree2653733c41afdd94fb750f09f32d74920b99f8fc
parent18571b9e4fc7b64d9180dedf350e9ca4f66d078c (diff)
makefile: fix typo in no-static plugins rule
-rw-r--r--gst/multipart/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am
index 75542f1ee..85f462fa9 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