blob: e52034bc42ee197d4bc460a797a58849cd6e3d63 (
plain) (
blame)
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
26
27
28
29
30
31
32
|
if ENABLE_MONO
MONO_DIR = plugin-mono
endif
if ENABLE_PYTHON
PYTHON_DIR = plugin-python
endif
if ENABLE_ONLINE_ACCOUNTS
ONLINE_ACCOUNTS_DIR = online-accounts
endif
SUBDIRS = \
addressbook \
bogofilter \
calendar \
mail \
backup-restore \
composer-autosave \
mailto-handler \
mdn \
offline-alert \
plugin-lib \
plugin-manager \
spamassassin \
startup-wizard \
web-inspector \
$(MONO_DIR) \
$(PYTHON_DIR) \
$(ONLINE_ACCOUNTS_DIR)
-include $(top_srcdir)/git.mk
|