gnome-bonobo-check.m4 Include <bonobo.h> rather than
authorDave Camp <campd@oit.edu>
Wed, 26 Jan 2000 01:55:16 +0000 (01:55 +0000)
committerDave Camp <campd@src.gnome.org>
Wed, 26 Jan 2000 01:55:16 +0000 (01:55 +0000)
2000-01-26  Dave Camp  <campd@oit.edu>

* gnome-bonobo-check.m4 Include <bonobo.h> rather than
<bonobo/gnome-object.h>

svn path=/trunk/; revision=1076

macros/ChangeLog
macros/gnome-bonobo-check.m4

index b62a2f9..f7718e2 100644 (file)
@@ -1,4 +1,9 @@
 2000-01-26  Dave Camp  <campd@oit.edu>
+       
+       * gnome-bonobo-check.m4 Include <bonobo.h> rather than 
+       <bonobo/gnome-object.h>
+
+2000-01-26  Dave Camp  <campd@oit.edu>
 
        * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather 
        than gnome_object_get_type().
index 730012f..7eb2b26 100644 (file)
@@ -64,7 +64,7 @@ dnl
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <bonobo/gnome-object.h>
+#include <bonobo.h>
 
 static char*
 my_strdup (char *str)