diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:11 +0800 |
commit | a0b85efae076d501f6f8dc4afd4f757a1773781c (patch) | |
tree | 34f345798427c93dc4c350c214d7448a89878cfb /my-evolution | |
parent | e2e4b1120cecd53623265d6850ed4693d72233ba (diff) | |
download | gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.gz gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.bz2 gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.lz gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.xz gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.zst gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.zip |
Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename
* e-summary.c, e-summary-mail.c: Likewise
svn path=/trunk/; revision=18061
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/.cvsignore | 8 | ||||
-rw-r--r-- | my-evolution/ChangeLog | 6 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 12 | ||||
-rw-r--r-- | my-evolution/e-summary-mail.c | 2 | ||||
-rw-r--r-- | my-evolution/e-summary.c | 2 |
5 files changed, 18 insertions, 12 deletions
diff --git a/my-evolution/.cvsignore b/my-evolution/.cvsignore index 0a7c308f23..381e926bed 100644 --- a/my-evolution/.cvsignore +++ b/my-evolution/.cvsignore @@ -3,10 +3,10 @@ .pure Makefile Makefile.in -Mail-stubs.c -Mail-skels.c -Mail-common.c -Mail.h +Mailer-stubs.c +Mailer-skels.c +Mailer-common.c +Mailer.h evolution-executive-summary evolution-executive-summary.pure GNOME_Evolution_Summary.oaf diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 45ddf5fd08..a68af2de94 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2002-09-13 Dan Winship <danw@ximian.com> + + * Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename + + * e-summary.c, e-summary-mail.c: Likewise + 2002-09-05 Anna Dirks <anna@ximian.com> * GNOME_Evolution_Summary.oaf.in.in : Changed the description of the diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 4a1e159723..d7169f8d25 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -13,16 +13,16 @@ INCLUDES = \ $(EVOLUTION_EXECUTIVE_SUMMARY_CFLAGS) IDLS = \ - $(top_srcdir)/mail/Mail.idl + $(top_srcdir)/mail/Mailer.idl MAIL_GENERATED = \ - Mail.h \ - Mail-common.c \ - Mail-skels.c \ - Mail-stubs.c + Mailer.h \ + Mailer-common.c \ + Mailer-skels.c \ + Mailer-stubs.c $(MAIL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` $(top_srcdir)/mail/Mail.idl + $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` $(top_srcdir)/mail/Mailer.idl summary_sources = \ $(MAIL_GENERATED) \ diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index 5ec4e4b8be..d8c4a597e9 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -37,7 +37,7 @@ #include <Evolution.h> #include <evolution-storage-listener.h> -#include "Mail.h" +#include "Mailer.h" #include "e-summary.h" #include "e-summary-mail.h" #include "e-summary-table.h" diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index be738d726f..e4bdfcf3f1 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -62,7 +62,7 @@ #include "e-summary.h" #include "e-summary-preferences.h" #include "my-evolution-html.h" -#include "Mail.h" +#include "Mailer.h" #include <Evolution.h> |