From 91b770eb4e9532e69272afcef687be99a2c4c966 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 30 Dec 2009 21:18:38 +0100 Subject: Enable threads for gtk-doc scanner --- doc/reference/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index ed9ae2aa5..d20e09651 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -9,6 +9,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # documenting functions and macros. DOC_SOURCE_DIR=../.. +# Extra options to pass to gtkdoc-scangobj. Not normally needed. +SCANGOBJ_OPTIONS="--type-init-func=g_thread_init(NULL);g_type_init()" + # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= -- cgit v1.2.3