summaryrefslogtreecommitdiffstats
path: root/gst/multipart
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/multipart
parent2bc445f95cb5d68ca9bb361973cc092d0674efd2 (diff)
fix install location
Original commit message from CVS: fix install location
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am
index 45632eff..b8beaf33 100644
--- a/gst/multipart/Makefile.am
+++ b/gst/multipart/Makefile.am
@@ -1,9 +1,6 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
-plugin_LTLIBRARIES = libmultipart.la
+plugin_LTLIBRARIES = libgstmultipart.la
libmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
libmultipart_la_CFLAGS = $(GST_CFLAGS)
libmultipart_la_LIBADD =
libmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-