From 3695ce0e609d1e548402934b53c3a8b504aa19cf Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 2 Oct 2001 17:20:03 +0000 Subject: add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, which 2001-10-02 Rodrigo Moya * Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, which does not install headers in $(gnome_prefix)/include svn path=/trunk/; revision=13304 --- my-evolution/ChangeLog | 6 ++++++ my-evolution/Makefile.am | 1 + 2 files changed, 7 insertions(+) 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 + + * 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 * 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)"\" \ -- cgit v1.2.3