diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:14:43 +0800 |
commit | fe177f5a12127203f0b77c32ec0ae17d7394f6b2 (patch) | |
tree | bc06700f8a31c60df514a204b3804f86bcf1228c /modules/mail/Makefile.am | |
parent | bcc26ae24c1b223667807825d1a7bd4bc4574a32 (diff) | |
download | gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.gz gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.bz2 gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.lz gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.xz gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.zst gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.zip |
Add an extension to configure EWebView.
Make EWebView extensible and register an extension to automatically
bind every EWebView instance to the appropriate EShellSettings.
Conflicts:
widgets/misc/e-web-view.c
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 \ |