diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-06 12:16:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-04-06 12:16:58 +0800 |
commit | 76c3cb95c73cc67709bf77d81697b69d4d0c0a04 (patch) | |
tree | 000996f8bdcf07e257779f3221231d33077bd694 /mail/Makefile.am | |
parent | 90b9db7b785e83b3e55a1d511b9a491d6dfd1a4b (diff) | |
download | gsoc2013-evolution-76c3cb95c73cc67709bf77d81697b69d4d0c0a04.tar.gz gsoc2013-evolution-76c3cb95c73cc67709bf77d81697b69d4d0c0a04.tar.zst gsoc2013-evolution-76c3cb95c73cc67709bf77d81697b69d4d0c0a04.zip |
Remove EMSyncStream.
Not needed now that Evolution uses WebKit.
Been wanting to get rid of this for years...
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index e6eccc83fe..72ca86708b 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -87,7 +87,6 @@ mailinclude_HEADERS = \ em-format-html.h \ em-search-context.h \ em-subscription-editor.h \ - em-sync-stream.h \ em-utils.h \ em-vfolder-editor-context.h \ em-vfolder-editor-rule.h \ @@ -153,7 +152,6 @@ libevolution_mail_la_SOURCES = \ em-format-html.c \ em-search-context.c \ em-subscription-editor.c \ - em-sync-stream.c \ em-utils.c \ em-vfolder-editor-context.c \ em-vfolder-editor-rule.c \ |