From: Andy Wingo Date: Wed, 29 Jun 2005 14:56:08 +0000 (+0000) Subject: docs/gst/Makefile.am (scan-build.stamp): Totally only check plugins from the source... X-Git-Tag: RELEASE-0_9_2~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a42fb99bacf186c4bcf244c2f56ae48fd69111b0;p=platform%2Fupstream%2Fgstreamer.git 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 * docs/gst/Makefile.am (scan-build.stamp): Totally only check plugins from the source directory. --- diff --git a/ChangeLog b/ChangeLog index a1a0cc1..46a61c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-29 Andy Wingo + + * docs/gst/Makefile.am (scan-build.stamp): Totally only check + plugins from the source directory. + 2005-06-29 Wim Taymans * docs/gst/tmpl/gstbuffer.sgml: diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 924d8d2..20a6597 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -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)" \