projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
blkmapd: Add complex block layout discovery and mapping daemon
[nfs-utils.git]
/
utils
/
Makefile.am
1
## Process this file with automake to produce Makefile.in
2
3
OPTDIRS =
4
5
if CONFIG_NFSV4
6
OPTDIRS += idmapd
7
if CONFIG_NFSIDMAP
8
OPTDIRS += nfsidmap
9
endif
10
endif
11
12
if CONFIG_NFSV41
13
OPTDIRS += blkmapd
14
endif
15
16
if CONFIG_GSS
17
OPTDIRS += gssd
18
endif
19
20
if CONFIG_MOUNT
21
OPTDIRS += mount
22
endif
23
24
SUBDIRS = \
25
exportfs \
26
mountd \
27
nfsd \
28
nfsstat \
29
showmount \
30
statd \
31
$(OPTDIRS)
32
33
MAINTAINERCLEANFILES = Makefile.in