diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-31 04:18:38 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-31 04:23:09 +0800 |
commit | 91b770eb4e9532e69272afcef687be99a2c4c966 (patch) | |
tree | dfad9c0fc4fb2d11b93ee929b8b769719c1f264a | |
parent | eaa19fb5739761d835ccaad80f0266affcb971c4 (diff) | |
download | gsoc2013-epiphany-91b770eb4e9532e69272afcef687be99a2c4c966.tar.gz gsoc2013-epiphany-91b770eb4e9532e69272afcef687be99a2c4c966.tar.zst gsoc2013-epiphany-91b770eb4e9532e69272afcef687be99a2c4c966.zip |
Enable threads for gtk-doc scanner
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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= |