From a42fb99bacf186c4bcf244c2f56ae48fd69111b0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 29 Jun 2005 14:56:08 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ docs/gst/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) 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)" \ -- 2.7.4