From: Jan Schmidt Date: Thu, 8 Oct 2009 10:17:14 +0000 (+0100) Subject: plugin docs: Add GST_PLUGIN_SCANNER env var to the inspect environment X-Git-Tag: RELEASE-0.10.26~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeb3f1f1ff2ff315ce073fa045d8f899495327ab;p=platform%2Fupstream%2Fgstreamer.git plugin docs: Add GST_PLUGIN_SCANNER env var to the inspect environment --- 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 \