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 | |
parent | 26437b9e21942ee03f6f6efaff734a70e79b2a3d (diff) |
Define plugindir
Original commit message from CVS:
Define plugindir
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 3 |
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 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) |