From 863c255c60dab3dc0c2d1fea1ab38ce2599ffe6e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 30 Jul 2004 20:06:31 +0000 Subject: [PATCH] gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin. Original commit message from CVS: * gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin. --- ChangeLog | 5 +++++ gst/videomixer/Makefile.am | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7425820457..b52db496aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-30 David Schleef + + * gst/videomixer/Makefile.am: Fix things that should have been + fixed in the last checkin. + 2004-07-30 David Schleef * gst/multipart/Makefile.am: Fix things that should have been diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am index 16f5be1cd2..b18c50f852 100644 --- a/gst/videomixer/Makefile.am +++ b/gst/videomixer/Makefile.am @@ -1,6 +1,6 @@ plugin_LTLIBRARIES = libgstvideomixer.la -libvideomixer_la_SOURCES = videomixer.c -libvideomixer_la_CFLAGS = $(GST_CFLAGS) -libvideomixer_la_LIBADD = -libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstvideomixer_la_SOURCES = videomixer.c +libgstvideomixer_la_CFLAGS = $(GST_CFLAGS) +libgstvideomixer_la_LIBADD = +libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)