diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-14 17:48:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-14 17:48:50 +0800 |
commit | 1ac49dfc76bee3bb1e9574a017f5f5ff0a49d70a (patch) | |
tree | d3055bfa5301f4cc9b8836cf5f64e3783df23d40 | |
parent | 8ecfcac818d9ab8c21881dcc965834d5061f3039 (diff) | |
download | gsoc2013-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
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config-gui.h | 2 |
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); |