diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 16:53:37 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 16:53:37 +0100 |
commit | c074cf6c9368f464d347086e093babc6da1eb451 (patch) | |
tree | d85270b1474f936ac37a180a8fd68ab50644cefe /docs/reference/Makefile.am | |
parent | 47aedec55cfe1d882bd4411591129d3621085df4 (diff) | |
download | libayatana-indicator-c074cf6c9368f464d347086e093babc6da1eb451.tar.gz libayatana-indicator-c074cf6c9368f464d347086e093babc6da1eb451.tar.bz2 libayatana-indicator-c074cf6c9368f464d347086e093babc6da1eb451.zip |
Getting gtk-doc working
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 853c97e..759465e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml DOC_SOURCE_DIR=../../libindicate # Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS= +SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()" # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" |