]> git.0d.be Git - empathy.git/commitdiff
Fix build of libempathy-gtk doc. We have to init threads
authorXavier Claessens <xclaesse@gmail.com>
Mon, 15 Jun 2009 16:40:19 +0000 (18:40 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 15 Jun 2009 16:40:19 +0000 (18:40 +0200)
docs/libempathy-gtk/Makefile.am

index 1a666bafb171e1849fd46d4ae4d704c0af22a01a..14e7396f95a344d7e5809a2d84a5ef651e85e6f1 100644 (file)
@@ -10,6 +10,7 @@ DOC_MAIN_SGML_FILE=libempathy-gtk-docs.sgml
 
 # Extra options to supply to gtkdoc-scan
 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
+SCANGOBJ_OPTIONS=--type-init-func="g_type_init();g_thread_init(NULL);"
 
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR=$(top_srcdir)/libempathy-gtk