glib headers patch



Hi!

Here's a patch to make libbonobo compile with the new glib headers
location (some of them moved to $(includedir)/glib)

is it ok to commit?

cheers
--
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/
Index: libbonobo.h
===================================================================
RCS file: /cvs/gnome/libbonobo/libbonobo.h,v
retrieving revision 1.55
diff -u -r1.55 libbonobo.h
--- libbonobo.h	2001/05/02 22:19:21	1.55
+++ libbonobo.h	2001/06/27 21:00:49
@@ -11,7 +11,7 @@
 #ifndef __LIBBONOBO_H__
 #define __LIBBONOBO_H__
 
-#include <gmacros.h>
+#include <glib/gmacros.h>
 
 G_BEGIN_DECLS
 
Index: bonobo/bonobo-main.c
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-main.c,v
retrieving revision 1.45
diff -u -r1.45 bonobo-main.c
--- bonobo/bonobo-main.c	2001/05/19 17:04:19	1.45
+++ bonobo/bonobo-main.c	2001/06/27 21:00:51
@@ -19,7 +19,7 @@
 #include <libintl.h>
 #include <signal.h>
 
-#include <gmain.h>
+#include <glib/gmain.h>
 #include <liboaf/liboaf.h>
 
 #if 0
Index: bonobo/bonobo-object.h
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-object.h,v
retrieving revision 1.62
diff -u -r1.62 bonobo-object.h
--- bonobo/bonobo-object.h	2001/06/26 16:43:32	1.62
+++ bonobo/bonobo-object.h	2001/06/27 21:00:51
@@ -11,7 +11,7 @@
 #ifndef _BONOBO_OBJECT_H_
 #define _BONOBO_OBJECT_H_
 
-#include <gmacros.h>
+#include <glib/gmacros.h>
 #include <gobject/gobject.h>
 #include <bonobo/Bonobo.h>
 
Index: bonobo/bonobo-running-context.c
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-running-context.c,v
retrieving revision 1.18
diff -u -r1.18 bonobo-running-context.c
--- bonobo/bonobo-running-context.c	2001/04/18 22:09:07	1.18
+++ bonobo/bonobo-running-context.c	2001/06/27 21:00:52
@@ -9,7 +9,7 @@
  */
 #include <config.h>
 #include <stdio.h>
-#include <gmain.h>
+#include <glib/gmain.h>
 #include <gobject/gsignal.h>
 
 #include <bonobo/bonobo-context.h>


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