diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-07 10:34:48 -0400 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-07 13:32:01 -0500 |
| commit | e02baa883c6b922601486ec6ab375e0fa00dbf4d (patch) | |
| tree | 353e969f9093e9409888f698ef68f011300e8863 /modules/Makefile.am | |
| parent | dcc84fa378e2cc962ecba94e5ef0803116adb6d9 (diff) | |
| download | evolution-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.am | 5 |
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 |
