From 73e6f4e69df1b464c40e4652ed3cffccb003e7bb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 3 Mar 2015 15:54:36 +0000 Subject: [PATCH] build: Add top_builddir to the API reference sources Otherwise gtk-doc won't be able to find some generated files. --- doc/reference/clutter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am index 8a280691e..623ec3bd7 100644 --- a/doc/reference/clutter/Makefile.am +++ b/doc/reference/clutter/Makefile.am @@ -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()"