[gcr] Fix more build problems with glib 2.35.0



commit bc31644488d695a87cd8e9d6fc2a7a0609ba6c78
Author: Stef Walter <stefw gnome org>
Date:   Tue Oct 23 21:32:02 2012 +0200

    Fix more build problems with glib 2.35.0

 docs/reference/gck/Makefile.am |    6 ++++--
 docs/reference/gcr/Makefile.am |    3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gck/Makefile.am b/docs/reference/gck/Makefile.am
index 460e0a0..d7351d4 100644
--- a/docs/reference/gck/Makefile.am
+++ b/docs/reference/gck/Makefile.am
@@ -85,8 +85,10 @@ 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_LIBS= $(GLIB_LIBS) $(top_builddir)/$(DOC_MODULE)/lib$(DOC_MODULE)- GCK_MAJOR@.la
+GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error \
+	-Wno-deprecated-declarations
+GTKDOC_LIBS= $(GLIB_LIBS) \
+	$(top_builddir)/$(DOC_MODULE)/lib$(DOC_MODULE)- GCK_MAJOR@.la
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/gcr/Makefile.am b/docs/reference/gcr/Makefile.am
index 745e17e..1008933 100644
--- a/docs/reference/gcr/Makefile.am
+++ b/docs/reference/gcr/Makefile.am
@@ -116,7 +116,8 @@ 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 -Wno-deprecated-declarations
+GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error \
+	-Wno-deprecated-declarations
 GTKDOC_LIBS= $(GLIB_LIBS) \
 	$(top_builddir)/$(DOC_MODULE)/libgcr- GCR_MAJOR@.la \
 	$(top_builddir)/$(DOC_MODULE)/libgcr-base- GCR_MAJOR@.la \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]