summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-06-15 18:40:19 +0200
committerXavier Claessens <xclaesse@gmail.com>2009-06-15 18:40:19 +0200
commitcb1d2d6748eb657c93f5a7873c88dbc7bda17660 (patch)
tree034393aecf87d75760dbea9d51c177e398217e14
parent3ea616f06694ef62a08cfc2bd95446a65827298b (diff)
Fix build of libempathy-gtk doc. We have to init threadsEMPATHY_2_27_3
-rw-r--r--docs/libempathy-gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libempathy-gtk/Makefile.am b/docs/libempathy-gtk/Makefile.am
index 1a666bafb..14e7396f9 100644
--- a/docs/libempathy-gtk/Makefile.am
+++ b/docs/libempathy-gtk/Makefile.am
@@ -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