summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/Makefile.am
blob: 85c1e44642e9e5c62ea96994d3adf1b93093f2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sieve_subdirs = \
	lib-sieve \
	plugins \
	lib-sieve-tool \
	sieve-tools \
	testsuite

if BUILD_MANAGESIEVE
managesieve_subdirs = \
	lib-managesieve \
	managesieve \
	managesieve-login
else
managesieve_subdirs =
endif

SUBDIRS = \
	$(sieve_subdirs) \
	$(managesieve_subdirs)