mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
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:
parent
802496fb46
commit
a42fb99bac
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue