gtk-doc-plugins: Allow modules to add extra env vars to the inspect step.
authorJan Schmidt <thaytan@noraisin.net>
Thu, 8 Oct 2009 09:56:22 +0000 (10:56 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 8 Oct 2009 09:56:22 +0000 (10:56 +0100)
gtk-doc-plugins.mak

index 83599ad..f01a434 100644 (file)
@@ -137,7 +137,8 @@ INSPECT_REGISTRY=$(top_builddir)/docs/plugins/inspect-registry.xml
 INSPECT_ENVIRONMENT=\
         GST_PLUGIN_SYSTEM_PATH= \
         GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \
-        GST_REGISTRY=$(INSPECT_REGISTRY)
+        GST_REGISTRY=$(INSPECT_REGISTRY) \
+       $(INSPECT_EXTRA_ENVIRONMENT)
 
 # update the element and plugin XML descriptions; store in inspect/
 inspect: