aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-bonobo-check.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index b62a2f911d..f7718e2f97 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -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().
diff --git a/macros/gnome-bonobo-check.m4 b/macros/gnome-bonobo-check.m4
index 730012f094..7eb2b2653d 100644
--- a/macros/gnome-bonobo-check.m4
+++ b/macros/gnome-bonobo-check.m4
@@ -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)