diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-16 09:42:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-16 09:42:09 +0800 |
commit | bf3f62476491b492b9d37aee6051e8f1b16ce655 (patch) | |
tree | 2707fbaaac5a7f899d6d4cecd2dec9ca53a28193 /mail/Makefile.am | |
parent | 03d8740213e324efaf7b774b0c7497ced2fa626b (diff) | |
download | gsoc2013-evolution-bf3f62476491b492b9d37aee6051e8f1b16ce655.tar.gz gsoc2013-evolution-bf3f62476491b492b9d37aee6051e8f1b16ce655.tar.zst gsoc2013-evolution-bf3f62476491b492b9d37aee6051e8f1b16ce655.zip |
Inline mail_crypto_get_pgp_cipher_context() logic into the composer
and kill mail/mail-crypto.[ch].
svn path=/branches/kill-bonobo/; revision=37273
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 2f1e2d8446..b7b2a1d48a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -151,8 +151,6 @@ libevolution_module_mail_la_SOURCES = \ mail-autofilter.h \ mail-config.c \ mail-config.h \ - mail-crypto.c \ - mail-crypto.h \ mail-folder-cache.c \ mail-folder-cache.h \ mail-mt.c \ @@ -290,8 +288,6 @@ libevolution_module_mail_la_LIBADD = \ # mail-component-factory.c \ # mail-component.c \ # mail-config.c \ -# mail-crypto.c \ -# mail-crypto.h \ # mail-folder-cache.c \ # mail-folder-cache.h \ # mail-mt.c \ |