From 101d0c2750f344522b3f414cf596b55260444490 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 9 Aug 2003 23:40:49 +0000 Subject: Define plugindir Original commit message from CVS: Define plugindir --- common | 2 +- configure.ac | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common b/common index 6b0a313b9..6757dae28 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a +Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044 diff --git a/configure.ac b/configure.ac index 35413c9f8..0432ddf4f 100644 --- a/configure.ac +++ b/configure.ac @@ -251,6 +251,9 @@ dnl =========================================================================== dnl ============================= gst plug-ins ================================ dnl =========================================================================== +plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR" +AC_SUBST(plugindir) + GST_PLUGIN_LDFLAGS='-module -avoid-version' AC_SUBST(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1