summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-09 23:40:49 +0000
committerDavid Schleef <ds@schleef.org>2003-08-09 23:40:49 +0000
commit101d0c2750f344522b3f414cf596b55260444490 (patch)
tree37b5c2bdecc6bc43c45535c6e48322a3de42952d
parente74a44ae7655d0b5b678c4f7246f54beca541270 (diff)
downloadgstreamer-plugins-bad-101d0c2750f344522b3f414cf596b55260444490.tar.gz
Define plugindir
Original commit message from CVS: Define plugindir
m---------common0
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 0 deletions
diff --git a/common b/common
-Subproject 6b0a313b93535f0df7956a01405ddb63a3d76b5
+Subproject 6757dae2885c2c09ad6db243c73946ef387bb04
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)