From 1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Sep 2000 09:48:50 +0000 Subject: Changed the include here because it caused make distcheck to fail for me. 2000-09-14 Christopher James Lahey * mail-config-gui.h: Changed the include here because it caused make distcheck to fail for me. I changed it from to "shell/Evolution.h". This seems to have fixed things. svn path=/trunk/; revision=5425 --- mail/ChangeLog | 6 ++++++ mail/mail-config-gui.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index f25be5eab6..2769b9b3b3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-09-14 Christopher James Lahey + + * mail-config-gui.h: Changed the include here because it caused + make distcheck to fail for me. I changed it from to + "shell/Evolution.h". This seems to have fixed things. + 2000-09-14 Jeffrey Stedfast * mail-ops.c (do_fetch_mail): Only use the cache if the user plans diff --git a/mail/mail-config-gui.h b/mail/mail-config-gui.h index 6579a5cc61..c8cbb33207 100644 --- a/mail/mail-config-gui.h +++ b/mail/mail-config-gui.h @@ -23,7 +23,7 @@ #include -#include +#include "shell/Evolution.h" void mail_config (Evolution_Shell shell); void mail_config_druid (Evolution_Shell shell); -- cgit v1.2.3