X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=d074b85b39a95ccbb71479371574b12a9f7d1986;hp=259bec330e4c95c217b23b3d7ebc1d7455006b1a;hb=6b9d7ab4df98cf9881c7cc4341631eec25bb0e26;hpb=a0520fa1a41bd33815b331b660b4545f2723495c diff --git a/utils/Makefile.am b/utils/Makefile.am index 259bec3..d074b85 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,29 +2,30 @@ OPTDIRS = -if CONFIG_RQUOTAD -OPTDIRS += rquotad -endif - 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_NOMOUNT +if CONFIG_MOUNT OPTDIRS += mount endif SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ $(OPTDIRS)