summaryrefslogtreecommitdiffstats
path: root/gst/multipart
diff options
context:
space:
mode:
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am
index b8beaf33..c4dcd4d5 100644
--- a/gst/multipart/Makefile.am
+++ b/gst/multipart/Makefile.am
@@ -1,6 +1,6 @@
plugin_LTLIBRARIES = libgstmultipart.la
-libmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
-libmultipart_la_CFLAGS = $(GST_CFLAGS)
-libmultipart_la_LIBADD =
-libmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
+libgstmultipart_la_CFLAGS = $(GST_CFLAGS)
+libgstmultipart_la_LIBADD =
+libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)