summaryrefslogtreecommitdiffstats
path: root/gst/multipart/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-07-30 19:40:53 +0000
committerDavid Schleef <ds@schleef.org>2004-07-30 19:40:53 +0000
commitd4c0461a23f6fd23e2c9c40a8bfad3b2dd43de57 (patch)
treeea0bc7a040edf31504fc4f1201e8b029bb276ec6 /gst/multipart/Makefile.am
parentdf3d4b018d89fd3029207c8c5f463bb59931b6a9 (diff)
gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
Original commit message from CVS: * gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
Diffstat (limited to 'gst/multipart/Makefile.am')
-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)