Define plugindir

Original commit message from CVS:
Define plugindir
This commit is contained in:
David Schleef 2003-08-09 23:40:49 +00:00
parent c272681c11
commit 73c96c0100

View 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)