aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-gui.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-14 17:48:50 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-14 17:48:50 +0800
commit1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a (patch)
treed3055bfa5301f4cc9b8836cf5f64e3783df23d40 /mail/mail-config-gui.h
parent8ecfcac818d9ab8c21881dcc965834d5061f3039 (diff)
downloadgsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar.gz
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar.bz2
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar.lz
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar.xz
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.tar.zst
gsoc2013-evolution-1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a.zip
Changed the include here because it caused make distcheck to fail for me.
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. svn path=/trunk/; revision=5425
Diffstat (limited to 'mail/mail-config-gui.h')
-rw-r--r--mail/mail-config-gui.h2
1 files changed, 1 insertions, 1 deletions
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);