diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/importer/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
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 <rodrigo@ximian.com> + + * importer/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile + with latest Bonobo + 2001-10-02 Ettore Perazzoli <ettore@ximian.com> [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\" |