|
From: <th...@ke...> - 2009-10-08 10:17:56
|
Module: gstreamer Branch: master Commit: aeb3f1f1ff2ff315ce073fa045d8f899495327ab URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=aeb3f1f1ff2ff315ce073fa045d8f899495327ab Author: Jan Schmidt <th...@no...> Date: Thu Oct 8 11:17:14 2009 +0100 plugin docs: Add GST_PLUGIN_SCANNER env var to the inspect environment --- docs/plugins/Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index d0753f9..64e40cc 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -13,6 +13,10 @@ FORMATS=html html: html-build.stamp include $(top_srcdir)/common/upload-doc.mak +# Extra environment needed for Core only... +INSPECT_EXTRA_ENVIRONMENT= \ + GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner + # generated basefiles #basefiles = \ ## $(DOC_MODULE).types \ |