summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/videomixer/Makefile.am8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 74258204..b52db496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-07-30 David Schleef <ds@schleef.org>
+ * gst/videomixer/Makefile.am: Fix things that should have been
+ fixed in the last checkin.
+
+2004-07-30 David Schleef <ds@schleef.org>
+
* gst/multipart/Makefile.am: Fix things that should have been
fixed in the last checkin.
diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am
index 16f5be1c..b18c50f8 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)