Add a 'secret-monitor' module.
[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         outlook-backend \
19         owncloud-backend \
20         secret-monitor \
21         yahoo-backend \
22         $(TRUST_PROMPT_DIR) \
23         $(GNOME_ONLINE_ACCOUNTS_DIR) \
24         $(UBUNTU_ONLINE_ACCOUNTS_DIR) \
25         $(NULL)
26
27 -include $(top_srcdir)/git.mk