summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-07-30 20:06:31 +0000
committerDavid Schleef <ds@schleef.org>2004-07-30 20:06:31 +0000
commit863c255c60dab3dc0c2d1fea1ab38ce2599ffe6e (patch)
treed6b9d04d1fb45956d5cb39f14fffcb8d76559e62
parentd4c0461a23f6fd23e2c9c40a8bfad3b2dd43de57 (diff)
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.
-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)