EGoaClient nitpicks.
[platform/upstream/evolution-data-server.git] / modules / Makefile.am
1 NULL =
2
3 if HAVE_GOA
4 GNOME_ONLINE_ACCOUNTS_DIR = gnome-online-accounts
5 endif
6
7 if HAVE_GTK
8 TRUST_PROMPT_DIR = trust-prompt
9 endif
10
11 if HAVE_UOA
12 UBUNTU_ONLINE_ACCOUNTS_DIR = ubuntu-online-accounts
13 endif
14
15 SUBDIRS = \
16         cache-reaper \
17         google-backend \
18         owncloud-backend \
19         yahoo-backend \
20         $(TRUST_PROMPT_DIR) \
21         $(GNOME_ONLINE_ACCOUNTS_DIR) \
22         $(UBUNTU_ONLINE_ACCOUNTS_DIR) \
23         $(NULL)
24
25 -include $(top_srcdir)/git.mk