diff options
author | Dan Winship <danw@src.gnome.org> | 2005-05-05 13:47:53 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2005-05-05 13:47:53 +0000 |
commit | 0db9b4ad3c598152f0d344e35acb4bf4e48475b9 (patch) | |
tree | 2e282d239abcaeb5ff04d008cf11c2b1b0dd358b /docs | |
parent | 600f1be8ba54ed47a97ef452d070939bc4e2dab9 (diff) | |
download | libsoup-0db9b4ad3c598152f0d344e35acb4bf4e48475b9.tar.gz libsoup-0db9b4ad3c598152f0d344e35acb4bf4e48475b9.tar.bz2 libsoup-0db9b4ad3c598152f0d344e35acb4bf4e48475b9.zip |
Use --type-init-func to force g_thread_init to be called. [#302674]
* docs/reference/Makefile.am (SCANGOBJ_OPTIONS): Use
--type-init-func to force g_thread_init to be called. [#302674]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 4e570295..d80264d6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -15,6 +15,9 @@ DOC_SOURCE_DIR=../../libsoup # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= +# Extra options to supply to gtkdoc-scangobj. +SCANGOBJ_OPTIONS=--type-init-func 'g_type_init(); g_thread_init(NULL)' + # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -49,12 +52,6 @@ GTKDOC_CFLAGS = \ GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la -# If you need to override some of the declarations, place them in the -# $(DOC_MODULE)-overrides.txt file and uncomment the second line here. -DOC_OVERRIDES = -#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt - - # include common portion ... include $(top_srcdir)/gtk-doc.make |