diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 08:03:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 22:32:03 +0800 |
commit | 45d475c31b2dbda8033021984ba9a429b9eddf51 (patch) | |
tree | 04550583b657b0ea2e62f1a289631e9e03a8dbb1 /mail/Makefile.am | |
parent | 3b0699fc304d0f4aecb261d19869de221f5d6abf (diff) | |
download | gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.gz gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.zst gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.zip |
Kill EMMenu and EMPopup.
Also finish adapting Templates plugin to EPluginUI.
It was still leaning pretty hard on EMPopup.
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 5f8372f691..53b5bca508 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -71,8 +71,6 @@ mailinclude_HEADERS = \ em-icon-stream.h \ em-inline-filter.h \ em-junk-hook.h \ - em-menu.h \ - em-popup.h \ em-search-context.h \ em-subscribe-editor.h \ em-sync-stream.h \ @@ -131,8 +129,6 @@ libevolution_mail_la_SOURCES = \ em-icon-stream.c \ em-inline-filter.c \ em-junk-hook.c \ - em-menu.c \ - em-popup.c \ em-search-context.c \ em-subscribe-editor.c \ em-sync-stream.c \ |