summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
blob: 19d96b21491bd40badbb3ba2a2d7cb4db031035c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NULL =

if HAVE_GOA
GNOME_ONLINE_ACCOUNTS_DIR = gnome-online-accounts
endif

if HAVE_GTK
TRUST_PROMPT_DIR = trust-prompt
endif

if HAVE_UOA
UBUNTU_ONLINE_ACCOUNTS_DIR = ubuntu-online-accounts
endif

SUBDIRS = \
	cache-reaper \
	google-backend \
	owncloud-backend \
	yahoo-backend \
	$(TRUST_PROMPT_DIR) \
	$(GNOME_ONLINE_ACCOUNTS_DIR) \
	$(UBUNTU_ONLINE_ACCOUNTS_DIR) \
	$(NULL)

-include $(top_srcdir)/git.mk