diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-27 06:51:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-27 06:51:26 +0800 |
commit | 3cdefcba37d640670c9bb6e290bc6f55229fac7a (patch) | |
tree | 1bbcf2be6e7ea597b467900e5de59c469841f6e8 /mail/Makefile.am | |
parent | 81e7580909f5eebdfa6af5ea30ffd5d08913b9e4 (diff) | |
download | gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.gz gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.zst gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.zip |
Sync with yet-another-mail-config branch.
2002-03-26 Jeffrey Stedfast <fejj@ximian.com>
Sync with yet-another-mail-config branch.
* mail-composer-prefs.c: Updated to get the right widgets and
whatnot. Also updated to tell the evolution-config-control that
stuff has changed.
* mail-preferences.c: Updated to get the right widgets and
whatnot. Also updated to tell the evolution-config-control that
stuff has changed.
* mail-accounts.etspec: New file needed by mail-accounts.c
svn path=/trunk/; revision=16257
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index fca0b38dcd..5cc3e03c59 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -67,10 +67,14 @@ evolution_mail_SOURCES = \ mail-autofilter.h \ mail-callbacks.c \ mail-callbacks.h \ + mail-composer-prefs.c \ + mail-composer-prefs.h \ mail-config.c \ mail-config.h \ mail-config-druid.c \ mail-config-druid.h \ + mail-config-factory.c \ + mail-config-factory.h \ mail-crypto.c \ mail-crypto.h \ mail-display.c \ @@ -89,6 +93,8 @@ evolution_mail_SOURCES = \ mail-offline-handler.h \ mail-ops.c \ mail-ops.h \ + mail-preferences.c \ + mail-preferences.h \ mail-search.c \ mail-search.h \ mail-search-dialogue.c \ @@ -147,7 +153,7 @@ gladedir = $(datadir)/evolution/glade glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message-tags.glade etspecdir = $(datadir)/evolution/etspec/ -etspec_DATA = message-list.etspec subscribe-dialog.etspec +etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec iconsdir = $(datadir)/images/evolution buttonsdir = $(datadir)/images/evolution/buttons |