X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2FMakefile.am;h=d074b85b39a95ccbb71479371574b12a9f7d1986;hb=a850d50c5b4fc35b72f3692dac4569bfc27eea3a;hp=723657c7c69463d1fd047f9fd319a40064232e16;hpb=da31666c2663759c28c4cff4b2125c5062a51cac;p=nfs-utils.git diff --git a/utils/Makefile.am b/utils/Makefile.am index 723657c..d074b85 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,12 +2,15 @@ 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 @@ -20,7 +23,6 @@ endif SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \