docs: set GST_PLUGIN_SCANNER when calling gtkdoc-scangobj

Otherwise the docs build won't work properly
This commit is contained in:
Tim-Philipp Müller 2009-11-17 09:06:48 +00:00
parent da9b082808
commit a5280fdb6b
3 changed files with 7 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit 0702fe19e974bc4461b5cfeb5db0e80de00a84d3
Subproject commit 18612522c062bceacfe3952d89e850a0ca3d412a

View file

@ -91,6 +91,9 @@ GTKDOC_LIBS = $(GST_OBJ_LIBS) $(SCANOBJ_DEPS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
GTKDOC_EXTRA_ENVIRONMENT= \
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner
# If you need to override some of the declarations, place them in this file
# and uncomment this line.
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt

View file

@ -95,6 +95,9 @@ GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_OBJ_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
GTKDOC_EXTRA_ENVIRONMENT= \
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner
# If you need to override some of the declarations, place them in this file
# and uncomment this line.
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt