X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=d074b85b39a95ccbb71479371574b12a9f7d1986;hp=1d2e77624d4a2adb95fb56ec8c107d01749751ff;hb=014e00dfaea0efc92150e2aedc5ca43aa337545e;hpb=4fde9011946076918021a7007408b0d9802e80d0 diff --git a/utils/Makefile.am b/utils/Makefile.am index 1d2e776..d074b85 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,25 +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_MOUNT +OPTDIRS += mount +endif + SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ $(OPTDIRS)