aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Camp <campd@oit.edu>2000-01-26 09:55:16 +0800
committerDave Camp <campd@src.gnome.org>2000-01-26 09:55:16 +0800
commiteb1bc09da68d0b049e95ea3ef30cee798445b857 (patch)
treea5e119eea29dd2ac003c04bd91ea0b61ab126b9f
parentfb01420e586ba1a60b0e60a73a21e59b299015ec (diff)
downloadgsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar.gz
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar.bz2
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar.lz
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar.xz
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.tar.zst
gsoc2013-evolution-eb1bc09da68d0b049e95ea3ef30cee798445b857.zip
gnome-bonobo-check.m4 Include <bonobo.h> rather than
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=1643
-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)