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 | 101d0c2750f344522b3f414cf596b55260444490 (patch) | |
tree | 37b5c2bdecc6bc43c45535c6e48322a3de42952d | |
parent | e74a44ae7655d0b5b678c4f7246f54beca541270 (diff) | |
download | gst-plugins-bad-101d0c2750f344522b3f414cf596b55260444490.tar.gz gst-plugins-bad-101d0c2750f344522b3f414cf596b55260444490.tar.bz2 gst-plugins-bad-101d0c2750f344522b3f414cf596b55260444490.zip |
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) |