X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=09045dd6a85c8d06bc92737cdcef9fc9f4bae479;hp=a0ea11629a1e6e8bc32a22e7754db1006aff5a69;hb=a8dcaa282122b5db8f4ffb7e5d99b2c4b62cbb78;hpb=0868dcccb9a3bf3d022a32ff31311fe371484e77 diff --git a/utils/Makefile.am b/utils/Makefile.am index a0ea116..09045dd 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_NFSDCLD +OPTDIRS += nfsdcld +endif + SUBDIRS = \ exportfs \ mountd \ @@ -24,6 +32,7 @@ SUBDIRS = \ nfsstat \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in