diff options
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 |
