summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-07 10:34:48 -0400
committerMatthew Barnes <mbarnes@redhat.com>2013-01-07 13:32:01 -0500
commite02baa883c6b922601486ec6ab375e0fa00dbf4d (patch)
tree353e969f9093e9409888f698ef68f011300e8863 /modules/Makefile.am
parentdcc84fa378e2cc962ecba94e5ef0803116adb6d9 (diff)
downloadevolution-data-server-uoa.tar.gz
Add an "ubuntu-online-accounts" module.uoa
Initially supports Google and Yahoo! services.
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 21e72523f..42ebdfae8 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -4,12 +4,17 @@ if HAVE_GOA
GNOME_ONLINE_ACCOUNTS_DIR = gnome-online-accounts
endif
+if HAVE_UOA
+UBUNTU_ONLINE_ACCOUNTS_DIR = ubuntu-online-accounts
+endif
+
SUBDIRS = \
cache-reaper \
google-backend \
trust-prompt \
yahoo-backend \
$(GNOME_ONLINE_ACCOUNTS_DIR) \
+ $(UBUNTU_ONLINE_ACCOUNTS_DIR) \
$(NULL)
-include $(top_srcdir)/git.mk