summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference/clutter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index 06121c326..c44be44fb 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()"