diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-20 03:41:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:41 +0800 |
commit | cb1220aff2c8c78246432229b875b7de6d44de84 (patch) | |
tree | 0e6648380a86e86325c62729c7ad637ce6437248 /configure.ac | |
parent | 8b03b8a20cd20c343979dea3013a05600ad2f6ec (diff) | |
download | gsoc2013-evolution-cb1220aff2c8c78246432229b875b7de6d44de84.tar.gz gsoc2013-evolution-cb1220aff2c8c78246432229b875b7de6d44de84.tar.zst gsoc2013-evolution-cb1220aff2c8c78246432229b875b7de6d44de84.zip |
Add 'cal-config-local' module.
Registers the "On This Computer" backend in ECalSourceConfig widgets.
Replaces the 'calendar-file' 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 c62401c7f7..dacd541d91 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-file 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 caldav 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-local/Makefile modules/composer-autosave/Makefile modules/mailto-handler/Makefile modules/mdn/Makefile @@ -1654,7 +1655,6 @@ plugins/attachment-reminder/Makefile plugins/audio-inline/Makefile plugins/bbdb/Makefile plugins/caldav/Makefile -plugins/calendar-file/Makefile plugins/calendar-http/Makefile plugins/calendar-weather/Makefile plugins/dbx-import/Makefile |