diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-26 08:04:16 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-26 08:04:16 +0800 |
commit | 9f31ce86ff0ac0c7997e977647339ffb2db0fd63 (patch) | |
tree | 36a8cf18685d0aae7a37169c72f57b53e44f94f0 /mail/Makefile.am | |
parent | 490b4ff6ec666a14e4f4bf0431aa7aa15b452366 (diff) | |
download | gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.gz gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.bz2 gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.lz gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.xz gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.zst gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.zip |
Make Evolution compile with the latest Bonobo changes.
Make Evolution compile with the latest Bonobo changes.
Miguel.
svn path=/trunk/; revision=1636
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index fa903d89d9..98421cc6d4 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = \ -I$(srcdir)/../widgets \ $(BONOBO_HTML_GNOME_CFLAGS) -EVOLUTION_CORBA_GENERATED = \ +EVOLUTION_MAIL_CORBA_GENERATED = \ Mail.h \ Mail-common.c \ Mail-skels.c \ @@ -24,7 +24,7 @@ evolution_mail_SOURCES = \ main.c \ message-list.c \ message-list.h \ - $(EVOLUTION_CORBA_GENERATED) + $(EVOLUTION_MAIL_CORBA_GENERATED) evolution_mail_LDADD = \ ../widgets/e-table/libetable.a \ |