diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-04 21:46:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:42 +0800 |
commit | 3efee090f0f57828edd05210f1a709f4eb4a926a (patch) | |
tree | edf02d2bbfb531984771fa92ff517e7ad71f1ccc /configure.ac | |
parent | d21230f743de72ff73ed4aa22149175346d4d6ce (diff) | |
download | gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.gz gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.bz2 gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.lz gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.xz gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.zst gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.zip |
Add 'cal-config-webcal' module.
Registers the "On The Web" backend in ECalSourceConfig widgets.
Replaces the 'calendar-http' plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 148b6895dd..c54c246533 100644 --- a/configure.ac +++ b/configure.ac @@ -1298,7 +1298,7 @@ AC_ARG_ENABLE([plugins], [enable_plugins="$enableval"],[enable_plugins=all]) dnl Add any new plugins here -plugins_base_always="calendar-http itip-formatter default-source mark-all-read publish-calendar imap-features" +plugins_base_always="itip-formatter default-source mark-all-read publish-calendar imap-features" plugins_base="$plugins_base_always" dist_plugins_base="$plugins_base_always" @@ -1641,6 +1641,7 @@ modules/cal-config-contacts/Makefile modules/cal-config-google/Makefile modules/cal-config-local/Makefile modules/cal-config-weather/Makefile +modules/cal-config-webcal/Makefile modules/composer-autosave/Makefile modules/mailto-handler/Makefile modules/mdn/Makefile @@ -1657,7 +1658,6 @@ plugins/Makefile plugins/attachment-reminder/Makefile plugins/audio-inline/Makefile plugins/bbdb/Makefile -plugins/calendar-http/Makefile plugins/dbx-import/Makefile plugins/default-source/Makefile plugins/email-custom-header/Makefile |