Files
evolution/modules/Makefile.am
Matthew Barnes d9323c2872 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.
2011-06-29 18:42:32 +02:00

43 lines
654 B
Makefile

if ENABLE_MONO
MONO_DIR = plugin-mono
endif
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
if ENABLE_CONNMAN
CONNMAN_DIR = connman
endif
if ENABLE_WINDOWS_SENS
WINDOWS_SENS_DIR = windows-sens
endif
SUBDIRS = \
addressbook \
calendar \
mail \
composer-autosave \
mailto-handler \
offline-alert \
plugin-lib \
plugin-manager \
startup-wizard \
$(MONO_DIR) \
$(PYTHON_DIR) \
$(ONLINE_ACCOUNTS_DIR) \
$(NETWORK_MANAGER_DIR) \
$(WINDOWS_SENS_DIR) \
$(CONNMAN_DIR)
-include $(top_srcdir)/git.mk