aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-13 23:06:11 +0800
committerDan Winship <danw@src.gnome.org>2002-09-13 23:06:11 +0800
commita0b85efae076d501f6f8dc4afd4f757a1773781c (patch)
tree34f345798427c93dc4c350c214d7448a89878cfb /my-evolution/Makefile.am
parente2e4b1120cecd53623265d6850ed4693d72233ba (diff)
downloadgsoc2013-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/Makefile.am')
-rw-r--r--my-evolution/Makefile.am12
1 files changed, 6 insertions, 6 deletions
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) \