summaryrefslogtreecommitdiffstats
path: root/gst/mixmatrix/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
commitf26bbe9de8bffd9eb523648428d001917330a990 (patch)
tree17e743c2839709581c991ed042da155801637b9f /gst/mixmatrix/Makefile.am
parent92084004e68c3dcb69059c644dd659a378dc1706 (diff)
downloadgst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.gz
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.bz2
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.zip
fix plugin names move gstvideosink.h to videosink.h
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
Diffstat (limited to 'gst/mixmatrix/Makefile.am')
-rwxr-xr-xgst/mixmatrix/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/mixmatrix/Makefile.am b/gst/mixmatrix/Makefile.am
index 54d5c62a..3997cada 100755
--- a/gst/mixmatrix/Makefile.am
+++ b/gst/mixmatrix/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstmixmatrix.la
-libmixmatrix_la_SOURCES = mixmatrix.c
-libmixmatrix_la_CFLAGS = $(GST_CFLAGS)
-libmixmatrix_la_LIBADD =
-libmixmatrix_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstmixmatrix_la_SOURCES = mixmatrix.c
+libgstmixmatrix_la_CFLAGS = $(GST_CFLAGS)
+libgstmixmatrix_la_LIBADD =
+libgstmixmatrix_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)