diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 20:35:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 20:40:34 +0800 |
commit | fc30659d1b22894638f34b558c55cd8435106e75 (patch) | |
tree | 5481e43201f7adc94dbd7cab7b3d480d5db23a96 /mail/Makefile.am | |
parent | 40187cd30a715c428cfa6087c6e3df9fb7159372 (diff) | |
download | gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.gz gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.zst gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.zip |
express: Remove clutter-based email tabs.
This was another MeeGo feature. MeeGo is dead, the code is starting to
bit rot and crashes on startup, the original author disappeared and the
remaining developers are not interested in maintaining it. So it's out.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 3cc30971f7..1995e642d7 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -112,13 +112,6 @@ mailinclude_HEADERS = \ mail-vfolder-ui.h \ message-list.h -if ENABLE_CLUTTER -mailinclude_HEADERS += \ - e-mail-tab.h \ - e-mail-tab-picker.h - -endif - libevolution_mail_la_SOURCES = \ e-http-request.c \ e-mail-account-manager.c \ @@ -193,12 +186,6 @@ libevolution_mail_la_SOURCES = \ mail-vfolder-ui.c \ message-list.c -if ENABLE_CLUTTER -libevolution_mail_la_SOURCES += \ - e-mail-tab.c \ - e-mail-tab-picker.c -endif - if ENABLE_SMIME SMIME_LIBS = \ $(top_builddir)/smime/lib/libessmime.la \ |