aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-02-04 21:52:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:41 +0800
commitc030e2f0a57ee68c5a512df0cd0cea06346a50bc (patch)
treeb3c3709228af8179c10f0183a72f79a6930f37a0 /configure.ac
parent1ad9dfdc9fcbb5e675210dd0de1de3b599d90bbf (diff)
downloadgsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar.gz
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar.bz2
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar.lz
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar.xz
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.tar.zst
gsoc2013-evolution-c030e2f0a57ee68c5a512df0cd0cea06346a50bc.zip
Add 'cal-config-google' module.
Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db77e75844..6424e769f9 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 google-account-setup"
+plugins_base_always="calendar-http itip-formatter default-source mark-all-read publish-calendar imap-features"
plugins_base="$plugins_base_always"
dist_plugins_base="$plugins_base_always calendar-weather"
@@ -1639,6 +1639,7 @@ modules/book-config-local/Makefile
modules/book-config-webdav/Makefile
modules/cal-config-caldav/Makefile
modules/cal-config-contacts/Makefile
+modules/cal-config-google/Makefile
modules/cal-config-local/Makefile
modules/composer-autosave/Makefile
modules/mailto-handler/Makefile
@@ -1663,7 +1664,6 @@ plugins/default-source/Makefile
plugins/email-custom-header/Makefile
plugins/external-editor/Makefile
plugins/face/Makefile
-plugins/google-account-setup/Makefile
plugins/image-inline/Makefile
plugins/imap-features/Makefile
plugins/itip-formatter/Makefile