diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:30 +0800 |
commit | 7a75b05d6b10257321621f3f87c70c53be56b727 (patch) | |
tree | cd15e1db27731ad18057219ec34afeb32d24a573 | |
parent | a0b85efae076d501f6f8dc4afd4f757a1773781c (diff) | |
download | gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar.gz gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar.bz2 gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar.lz gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar.xz gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.tar.zst gsoc2013-evolution-7a75b05d6b10257321621f3f87c70c53be56b727.zip |
Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename
* netscape-importer.c: Likewise.
svn path=/trunk/; revision=18062
-rw-r--r-- | importers/.cvsignore | 8 | ||||
-rw-r--r-- | importers/ChangeLog | 6 | ||||
-rw-r--r-- | importers/Makefile.am | 12 | ||||
-rw-r--r-- | importers/netscape-importer.c | 2 |
4 files changed, 17 insertions, 11 deletions
diff --git a/importers/.cvsignore b/importers/.cvsignore index 3c0c94a291..2d35e5c96b 100644 --- a/importers/.cvsignore +++ b/importers/.cvsignore @@ -10,10 +10,10 @@ Makefile.in *.oaf *.lo *.la -Mail-stubs.c -Mail-skels.c -Mail-common.c -Mail.h +Mailer-stubs.c +Mailer-skels.c +Mailer-common.c +Mailer.h evolution-elm-importer evolution-gnomecard-importer evolution-pine-importer diff --git a/importers/ChangeLog b/importers/ChangeLog index 683559c841..aa4397e7a0 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,9 @@ +2002-09-13 Dan Winship <danw@ximian.com> + + * Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename + + * netscape-importer.c: Likewise. + 2002-07-15 Not Zed <NotZed@Ximian.com> * netscape-importer.c: Replace filter-score with filter-int. diff --git a/importers/Makefile.am b/importers/Makefile.am index 3df473c6d4..99187f3210 100644 --- a/importers/Makefile.am +++ b/importers/Makefile.am @@ -15,16 +15,16 @@ INCLUDES = \ $(IMPORTERS_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 evolution_netscape_importer_SOURCES = \ $(MAIL_GENERATED) \ diff --git a/importers/netscape-importer.c b/importers/netscape-importer.c index 5ddba5b33c..dee4ccfdb5 100644 --- a/importers/netscape-importer.c +++ b/importers/netscape-importer.c @@ -59,7 +59,7 @@ #include <filter/filter-int.h> #include <shell/evolution-shell-client.h> -#include "Mail.h" +#include "Mailer.h" static char *nsmail_dir = NULL; static GHashTable *user_prefs = NULL; |