docs: fix build of gtk-doc scanner

This commit is contained in:
Tim-Philipp Müller 2010-05-31 00:33:16 +01:00
parent e9c48d1671
commit fd37286ad0
2 changed files with 5 additions and 2 deletions

View file

@ -65,7 +65,8 @@ CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc
# thomasvs: another nice wingo addition would be an explanation on why
# this is useful ;)
SCANOBJ_DEPS =
SCANOBJ_DEPS = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la
# Header files to ignore when scanning.
IGNORE_HFILES =
@ -179,7 +180,7 @@ extra_files =
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir)
GTKDOC_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) -I$(top_builddir)
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)

View file

@ -1180,6 +1180,8 @@ GstWhiteBalanceMode
GstColourToneMode
GstSceneMode
GstFlashMode
GstFlickerReductionMode
GstFocusMode
GstFocusStatus
GstPhotoCaps
GstPhotoShakeRisk