diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-23 08:29:34 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-01-23 08:29:34 +0000 |
commit | c60de308e981a67aa8627a772fb12f9088ab8a30 (patch) | |
tree | 09b8e9717eece8f36cab89d77cd10bce2295ec14 /doc/reference | |
parent | 6bb7a699e9505e370a4b5481824feb736a0af6c9 (diff) | |
parent | 452605811f41f580edae53e80c3a6881b0bd5996 (diff) | |
download | ayatana-indicator-messages-c60de308e981a67aa8627a772fb12f9088ab8a30.tar.gz ayatana-indicator-messages-c60de308e981a67aa8627a772fb12f9088ab8a30.tar.bz2 ayatana-indicator-messages-c60de308e981a67aa8627a772fb12f9088ab8a30.zip |
remove g_type_init() calls, bump glib requirement to 2.35.4. Fixes: https://bugs.launchpad.net/bugs/1103087.
Approved by Lars Uebernickel, PS Jenkins bot.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 023f1e7..814a939 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -4,7 +4,6 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml DOC_SOURCE_DIR = $(top_srcdir)/libmessaging-menu -SCANGOBJ_OPTIONS=--type-init-func="g_type_init()" MKDB_OPTIONS=--xml-mode --output-format=xml # Used for dependencies. The docs will be rebuilt if any of these change. |