summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-10-22 20:50:48 +0200
committerStef Walter <stefw@gnome.org>2012-10-22 20:50:48 +0200
commit24cc1e118f34c8d90e05e9a6a9762de5c0415328 (patch)
treeeced85b74e0da6fcc57020c763cd174728acf0e2 /docs
parent791b0c0b4d07d5120d08427a6d7ec94c5f4db813 (diff)
downloadlibsecret-24cc1e118f34c8d90e05e9a6a9762de5c0415328.tar.gz
Fix for glib deprecations
* g_type_init() was deprecated in glib 2.35.0
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/libsecret/Makefile.am b/docs/reference/libsecret/Makefile.am
index 917ab98..137be73 100644
--- a/docs/reference/libsecret/Makefile.am
+++ b/docs/reference/libsecret/Makefile.am
@@ -85,7 +85,9 @@ expand_content_files = \
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error
+GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error \
+ -Wno-deprecated-declarations
+
GTKDOC_LIBS= $(GLIB_LIBS) $(GOBJECT_LIBS) \
$(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la