X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=b892dc86cbb251fbf1df19e9ecbe56c90ef7fa77;hp=9cdb4ea55cb5dcb1d73dfc1c29896711a653864b;hb=8239ec6587ce103d7bcb4b37c680c0c10ef5b37c;hpb=940c7c304d4a43c00c27529cdddc7c87db6eef87 diff --git a/utils/Makefile.am b/utils/Makefile.am index 9cdb4ea..b892dc8 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,15 +21,18 @@ if CONFIG_MOUNT OPTDIRS += mount endif +if CONFIG_NFSDCLTRACK +OPTDIRS += nfsdcltrack +endif + SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in