From d4c0461a23f6fd23e2c9c40a8bfad3b2dd43de57 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 30 Jul 2004 19:40:53 +0000 Subject: 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. --- ChangeLog | 5 +++++ gst/multipart/Makefile.am | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index addbd64f..74258204 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-30 David Schleef + + * gst/multipart/Makefile.am: Fix things that should have been + fixed in the last checkin. + 2004-07-30 David Schleef * testsuite/multifilesink/Makefile.am: Fix unused variable. 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) -- cgit