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:
Emmanuele Bassi 2015-03-03 15:54:36 +00:00
parent 6b70343d09
commit 73e6f4e69d

View File

@ -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()"