build: Add top_builddir to the API reference sources
Otherwise gtk-doc won't be able to find some generated files.
This commit is contained in:
parent
6b70343d09
commit
73e6f4e69d
@ -5,7 +5,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
|
||||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting the functions and macros.
|
||||
# e.g. DOC_SOURCE_DIR=../../../gtk
|
||||
DOC_SOURCE_DIR = ../../../clutter
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/clutter $(top_builddir)/clutter
|
||||
|
||||
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
|
||||
SCANGOBJ_OPTIONS = --type-init-func="clutter_base_init()"
|
||||
|
Loading…
Reference in New Issue
Block a user