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

configure.ac

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)