X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=5df7ca70816909395441df8d31a3f8c93af7958e;hp=9cdb4ea55cb5dcb1d73dfc1c29896711a653864b;hb=aff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0;hpb=bec968578d97eabc63ae4a12bdeb2b33f40baec4 diff --git a/utils/Makefile.am b/utils/Makefile.am index 9cdb4ea..5df7ca7 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 @@ -18,13 +21,15 @@ if CONFIG_MOUNT OPTDIRS += mount endif +if CONFIG_NFSDCLD +OPTDIRS += nfsdcld +endif + SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ $(OPTDIRS)