diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
commit | 7094f32df13b8ddfe0e41c746481efb6d9f750fd (patch) | |
tree | e97c4284b0737f976895b60f3879c93e558df90e /modules/mail/Makefile.am | |
parent | 5c3c117a73f22054fd981d5011d01bbb3d60e711 (diff) | |
download | gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.gz gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.bz2 gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.lz gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.xz gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.zst gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.zip |
Add an extension to configure EWebView.
Make EWebView extensible and register an extension to automatically
bind every EWebView instance to the appropriate EShellSettings.
Diffstat (limited to 'modules/mail/Makefile.am')
-rw-r--r-- | modules/mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index d08a6866e7..323820217b 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -21,6 +21,8 @@ libevolution_module_mail_la_SOURCES = \ e-mail-config-format-html.h \ e-mail-config-hook.c \ e-mail-config-hook.h \ + e-mail-config-web-view.c \ + e-mail-config-web-view.h \ e-mail-event-hook.c \ e-mail-event-hook.h \ e-mail-junk-hook.c \ |