summaryrefslogtreecommitdiffstats
path: root/gst
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 /gst
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.
Diffstat (limited to 'gst')
-rw-r--r--gst/videomixer/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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)