aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-config-gui.h2
2 files changed, 7 insertions, 1 deletions
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 <clahey@helixcode.com>
+
+ * mail-config-gui.h: Changed the include here because it caused
+ make distcheck to fail for me. I changed it from <Evolution.h> to
+ "shell/Evolution.h". This seems to have fixed things.
+
2000-09-14 Jeffrey Stedfast <fejj@helixcode.com>
* 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 <glib.h>
-#include <Evolution.h>
+#include "shell/Evolution.h"
void mail_config (Evolution_Shell shell);
void mail_config_druid (Evolution_Shell shell);