gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
authorDavid Schleef <ds@schleef.org>
Fri, 30 Jul 2004 19:40:53 +0000 (19:40 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 30 Jul 2004 19:40:53 +0000 (19:40 +0000)
Original commit message from CVS:
* gst/multipart/Makefile.am: Fix things that should have been
fixed in the last checkin.

ChangeLog
gst/multipart/Makefile.am

index addbd64..7425820 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-07-30  David Schleef  <ds@schleef.org>
 
+       * gst/multipart/Makefile.am: Fix things that should have been
+       fixed in the last checkin.
+
+2004-07-30  David Schleef  <ds@schleef.org>
+
        * testsuite/multifilesink/Makefile.am: Fix unused variable.
 
 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
index b8beaf3..c4dcd4d 100644 (file)
@@ -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)