diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-06-10 04:28:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:32 +0800 |
commit | d9323c2872320bfb5ee7498fd8f384d78c4b99cf (patch) | |
tree | 7c4081aee7cec6cfe8394323ff06fd4dc3a8ffb1 /modules/Makefile.am | |
parent | 1b93c1cf3822929fa3c43279c36646a76bcbc5ee (diff) | |
download | gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.gz gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.zst gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.zip |
Prototype an online-accounts module.
Integrates with the GNOME Online Accounts service.
Creates Evolution sources for a GOA Google account and keeps them
synchronized. Also registers a new CamelSaslXOAuth class for use
with GMail.
Authentication of Google Calendars and Google Contacts using OAuth
is still under development.
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index ae95614c2a..9a32c72ebc 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -6,6 +6,10 @@ if ENABLE_PYTHON PYTHON_DIR = plugin-python endif +if ENABLE_ONLINE_ACCOUNTS +ONLINE_ACCOUNTS_DIR = online-accounts +endif + if ENABLE_NETWORK_MANAGER NETWORK_MANAGER_DIR = network-manager endif @@ -30,6 +34,7 @@ SUBDIRS = \ startup-wizard \ $(MONO_DIR) \ $(PYTHON_DIR) \ + $(ONLINE_ACCOUNTS_DIR) \ $(NETWORK_MANAGER_DIR) \ $(WINDOWS_SENS_DIR) \ $(CONNMAN_DIR) |