Skip to content
Snippets Groups Projects
Commit 1a06cd47 authored by Richard Boulton's avatar Richard Boulton
Browse files

idiottest was failing because of change of PLUGIN_USE_SRCDIR to

Original commit message from CVS:
idiottest was failing because of change of PLUGIN_USE_SRCDIR to
PLUGIN_USE_BUILDDIR - fixed.
parent 216e862b
No related branches found
No related tags found
No related merge requests found
# Idiot test to stop the installing of versions with plugin srcdir enabled
# Idiot test to stop the installing of versions with plugin builddir enabled
install-exec-local:
if PLUGINS_USE_SRCDIR
if PLUGINS_USE_BUILDDIR
@echo "*** ERROR: Cannot install:"
@echo "GStreamer was configured using the --enable-plugin-srcdir option."
@echo "GStreamer was configured using the --enable-plugin-builddir option."
@echo
@echo "This option is for development purposes only: binaries built with"
@echo "it should be used with code in the build tree only. To build an"
@echo "installable version, use ./configure without the --enable-plugin-srcdir"
@echo "option. Note that the autogen.sh script supplies the plugin srcdir"
@echo "installable version, use ./configure without the --enable-plugin-builddir"
@echo "option. Note that the autogen.sh script supplies the plugin builddir"
@echo "option automatically - it cannot be used to configure installable builds."
@echo
@/bin/false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment