summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: b892dc86cbb251fbf1df19e9ecbe56c90ef7fa77 (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
## Process this file with automake to produce Makefile.in

OPTDIRS =

if CONFIG_NFSV4
OPTDIRS += idmapd
if CONFIG_NFSIDMAP
OPTDIRS += nfsidmap
endif
endif

if CONFIG_NFSV41
OPTDIRS += blkmapd
endif

if CONFIG_GSS
OPTDIRS += gssd
endif

if CONFIG_MOUNT
OPTDIRS += mount
endif

if CONFIG_NFSDCLTRACK
OPTDIRS += nfsdcltrack
endif

SUBDIRS = \
	exportfs \
	mountd \
	nfsd \
	nfsstat \
	showmount \
	statd \
	osd_login \
	$(OPTDIRS)

MAINTAINERCLEANFILES = Makefile.in