blob: ab0b9d14f8a9978deaab272fe54f0aed508fbd72 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
if BUILD_ZLIB_PLUGIN
ZLIB = zlib imap-zlib
endif
if BUILD_LUCENE
FTS_LUCENE = fts-lucene
endif
if BUILD_SOLR
FTS_SOLR = fts-solr
endif
if HAVE_APPARMOR
APPARMOR = apparmor
endif
if HAVE_LUA
MAIL_LUA = mail-lua
endif
SUBDIRS = \
acl \
imap-acl \
fts \
fts-squat \
last-login \
lazy-expunge \
listescape \
notify \
notify-status \
push-notification \
mail-log \
$(MAIL_LUA) \
mailbox-alias \
quota \
quota-clone \
imap-quota \
pop3-migration \
replication \
old-stats \
imap-old-stats \
mail-crypt \
trash \
virtual \
welcome \
$(ZLIB) \
$(FTS_LUCENE) \
$(FTS_SOLR) \
$(DICT_LDAP) \
$(APPARMOR) \
fs-compress \
var-expand-crypt \
charset-alias
|