From c8a315a5a929ad42c3f2a35ca7573da86d3f8665 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 4 Oct 2001 11:04:21 +0000 Subject: added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo 2001-10-04 Rodrigo Moya * importer/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo svn path=/trunk/; revision=13408 --- shell/ChangeLog | 5 +++++ shell/importer/Makefile.am | 1 + 2 files changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index b6ab8d4dce..ffecae4ab0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-10-04 Rodrigo Moya + + * importer/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile + with latest Bonobo + 2001-10-02 Ettore Perazzoli [Fix #11326, The folder list can become detached from its parent diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index 496a53da3f..c50bc0262b 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_builddir)/shell \ -I$(includedir) \ $(EXTRA_GNOME_CFLAGS) \ + $(BONOBO_GNOME_CFLAGS) \ -DG_LOG_DOMAIN=\"Evolution-Importer\" \ -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -- cgit