summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2009-07-23 18:24:11 +0200
committerFilippo Argiolas <filippo.argiolas@gmail.com>2009-07-23 18:24:11 +0200
commiteb036a476f8ae74f8f17fe9aa3e935a509a166c6 (patch)
tree8aaa515732d365a3286d022e4d3845b7cdf2911d /docs
parentf13d38b8e76974792905b2beb9aa01cf0a6af261 (diff)
build: add shave
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am4
-rw-r--r--docs/plugins/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index eb2881b..ca67cc0 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -87,8 +87,8 @@ GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS) \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_MAJORMINOR@.la
-GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
-GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
+GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
+GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
# If you need to override some of the declarations, place them in this file
# and uncomment this line.
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 1db7297..638442c 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -103,8 +103,8 @@ extra_files =
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
-GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
-GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
+GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
+GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
# If you need to override some of the declarations, place them in this file
# and uncomment this line.