docs: don't use ERROR_CFLAGS when building $docmodule-scan.c

We don't want to use -Wall -Werror and friends when building the gtk-doc-generated
$docmodule-scan.c, since we can't easily fix stuff if a certain gtk-doc/compiler
combination breaks the build. Fixes build on ubuntu intrepid.
This commit is contained in:
Tim-Philipp Müller 2009-01-27 17:53:01 +00:00
parent 68f4aa7ee7
commit 9f496df370
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,9 @@
# DOC_MODULE=gstreamer-@GST_MAJORMINOR@
DOC_MODULE=gstreamer
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
ERROR_CFLAGS=
BUILT_SOURCES=gstreamer.types
# for upload.mak

View file

@ -4,6 +4,9 @@
#DOC_MODULE=gstreamer-libs-@GST_MAJORMINOR@
DOC_MODULE=gstreamer-libs
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
ERROR_CFLAGS=
# for upload.mak
DOC=gstreamer-libs
FORMATS=html