X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=b892dc86cbb251fbf1df19e9ecbe56c90ef7fa77;hp=a0ea11629a1e6e8bc32a22e7754db1006aff5a69;hb=8239ec6587ce103d7bcb4b37c680c0c10ef5b37c;hpb=0868dcccb9a3bf3d022a32ff31311fe371484e77 diff --git a/utils/Makefile.am b/utils/Makefile.am index a0ea116..b892dc8 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -9,6 +9,10 @@ OPTDIRS += nfsidmap endif endif +if CONFIG_NFSV41 +OPTDIRS += blkmapd +endif + if CONFIG_GSS OPTDIRS += gssd endif @@ -17,6 +21,10 @@ if CONFIG_MOUNT OPTDIRS += mount endif +if CONFIG_NFSDCLTRACK +OPTDIRS += nfsdcltrack +endif + SUBDIRS = \ exportfs \ mountd \ @@ -24,6 +32,7 @@ SUBDIRS = \ nfsstat \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in