Define plugindir
authorDavid Schleef <ds@schleef.org>
Sat, 9 Aug 2003 23:40:49 +0000 (23:40 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 9 Aug 2003 23:40:49 +0000 (23:40 +0000)
Original commit message from CVS:
Define plugindir

common
configure.ac

diff --git a/common b/common
index 6b0a313..6757dae 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a
+Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044
index 35413c9..0432ddf 100644 (file)
@@ -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)