docs/gst/Makefile.am (scan-build.stamp): Totally only check plugins from the source directory.

Original commit message from CVS:
2005-06-29  Andy Wingo  <wingo@pobox.com>

* docs/gst/Makefile.am (scan-build.stamp): Totally only check
plugins from the source directory.
This commit is contained in:
Andy Wingo 2005-06-29 14:56:08 +00:00
parent 802496fb46
commit a42fb99bac
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-06-29 Andy Wingo <wingo@pobox.com>
* docs/gst/Makefile.am (scan-build.stamp): Totally only check
plugins from the source directory.
2005-06-29 Wim Taymans <wim@fluendo.com>
* docs/gst/tmpl/gstbuffer.sgml:

View file

@ -176,6 +176,8 @@ scan-build.stamp: $(HFILE_GLOB) $(SCANOBJ_DEPS) $(basefiles)
cp $(srcdir)/$(DOC_MODULE).types . ; \
chmod u+w $(DOC_MODULE).types ; \
fi ; \
GST_PLUGIN_PATH=`cd $(top_builddir) && pwd` \
GST_PLUGIN_PATH_ONLY=1 \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" \
CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" \
$(GTK_DOC_SCANOBJ) --type-init-func="gst_init(NULL,NULL)" \