summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-03 13:11:05 +0100
committerShaun McCance <shaunm@gnome.org>2012-01-21 11:40:12 -0500
commit52fc51bae2244d2b9a9441914f3f4d81eb82eb8a (patch)
tree45081ec713feb4b8e5ac8df6b8599dd2324e665c /docs
parent5ce1d0c421380d94be97a3003698a29672926e4d (diff)
downloadyelp-52fc51bae2244d2b9a9441914f3f4d81eb82eb8a.tar.gz
Don't call g_thread_init()
This completes commit f5c1a48 and removes the remaining calls. https://bugzilla.gnome.org/show_bug.cgi?id=663285
Diffstat (limited to 'docs')
-rw-r--r--docs/libyelp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libyelp/Makefile.am b/docs/libyelp/Makefile.am
index 945dbfcb..c1a13ef4 100644
--- a/docs/libyelp/Makefile.am
+++ b/docs/libyelp/Makefile.am
@@ -6,7 +6,7 @@ DOC_MAIN_SGML_FILE = libyelp-docs.xml
SCAN_OPTIONS = --deprecated-guards="G_DISABLE_DEPRECATED" --rebuild-types
-SCANGOBJ_OPTIONS = --type-init-func="g_type_init();g_thread_init(NULL);"
+SCANGOBJ_OPTIONS = --type-init-func="g_type_init();"
DOC_SOURCE_DIR = $(top_srcdir)/libyelp