diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-04 21:50:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:41 +0800 |
commit | 691ab73cd436d43883d7e3a2481f8ded9369af29 (patch) | |
tree | 1f214c45f93af597436b9fa078b5773359062f72 /configure.ac | |
parent | cb1220aff2c8c78246432229b875b7de6d44de84 (diff) | |
download | gsoc2013-evolution-691ab73cd436d43883d7e3a2481f8ded9369af29.tar.gz gsoc2013-evolution-691ab73cd436d43883d7e3a2481f8ded9369af29.tar.zst gsoc2013-evolution-691ab73cd436d43883d7e3a2481f8ded9369af29.zip |
Add 'cal-config-caldav' module.
Registers the "CalDAV" backend in ECalSourceConfig widgets.
Replaces the 'caldav' 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 dacd541d91..ed52d6a399 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 caldav imap-features google-account-setup" +plugins_base_always="calendar-http itip-formatter default-source mark-all-read publish-calendar imap-features google-account-setup" plugins_base="$plugins_base_always" dist_plugins_base="$plugins_base_always calendar-weather" @@ -1637,6 +1637,7 @@ modules/book-config-google/Makefile modules/book-config-ldap/Makefile modules/book-config-local/Makefile modules/book-config-webdav/Makefile +modules/cal-config-caldav/Makefile modules/cal-config-local/Makefile modules/composer-autosave/Makefile modules/mailto-handler/Makefile @@ -1654,7 +1655,6 @@ plugins/Makefile plugins/attachment-reminder/Makefile plugins/audio-inline/Makefile plugins/bbdb/Makefile -plugins/caldav/Makefile plugins/calendar-http/Makefile plugins/calendar-weather/Makefile plugins/dbx-import/Makefile |