aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog6
-rw-r--r--my-evolution/Makefile.am1
2 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 2667b0322d..8e8f1224ca 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-02 Rodrigo Moya <rodrigo@ximian.com>
+
+ * Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with
+ latest Bonobo, which does not install headers in
+ $(gnome_prefix)/include
+
2001-10-01 Iain Holmes <iain@ximian.com>
* e-summary-rdf.c: Applied patch from Takuo Kitame for using charset
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index 81eadaa2dd..dabbfa8291 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -12,6 +12,7 @@ INCLUDES = \
$(GNOME_VFS_CFLAGS) \
$(GTKHTML_CFLAGS) \
$(BONOBO_CONF_CFLAGS) \
+ $(BONOBO_GNOME_CFLAGS) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \