summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-30 17:57:53 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-30 17:57:53 +0000
commitd29150353ab749754d5d55ebed5c0c309351bf4e (patch)
treee27603a518f4f84b743ce9da65febc8437ad3937 /gst/videomixer/Makefile.am
parent2bc445f95cb5d68ca9bb361973cc092d0674efd2 (diff)
fix install location
Original commit message from CVS: fix install location
Diffstat (limited to 'gst/videomixer/Makefile.am')
-rw-r--r--gst/videomixer/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am
index ab5f423a..16f5be1c 100644
--- a/gst/videomixer/Makefile.am
+++ b/gst/videomixer/Makefile.am
@@ -1,9 +1,6 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
-plugin_LTLIBRARIES = libvideomixer.la
+plugin_LTLIBRARIES = libgstvideomixer.la
libvideomixer_la_SOURCES = videomixer.c
libvideomixer_la_CFLAGS = $(GST_CFLAGS)
libvideomixer_la_LIBADD =
libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-