--enable-plugin-builddir means nothing to the plugins themselves, just the tools

Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools
This commit is contained in:
Andy Wingo 2002-02-16 18:41:24 +00:00
parent 0b066e9c02
commit 87189cfcd9

View file

@ -690,7 +690,6 @@ AM_CONDITIONAL(BUILD_PLUGIN_DOCS, test "x$BUILD_PLUGIN_DOCS" = "xyes")
AM_CONDITIONAL(HAVE_FIG2DEV_PNG, $HAVE_FIG2DEV_PNG)
AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF)
AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes")
AM_CONDITIONAL(PLUGINS_USE_BUILDDIR, test "x$PLUGINS_USE_BUILDDIR" = "xyes")
GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs -Wall"
AC_SUBST(GST_LIBS)