From dd6e64ad305e1ab181c6276ed4c77d910a36a4fa Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 9 Jun 2011 16:28:36 -0400 Subject: 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. --- modules/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/Makefile.am') 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) -- cgit v1.2.3