diff options
author | David Schleef <ds@schleef.org> | 2003-08-09 23:40:49 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-09 23:40:49 +0000 |
commit | 4b1e65ddacc635584cc4fffd70efe683fd7a78cc (patch) | |
tree | be6d01ce245765c38a33c8d77b8295640295df21 /configure.ac | |
parent | 26437b9e21942ee03f6f6efaff734a70e79b2a3d (diff) |
Define plugindir
Original commit message from CVS:
Define plugindir
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 35413c9f..0432ddf4 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) |