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=d3143a07f71a7177aca9391dcf50be46ef9d5eea;hpb=4bbd6d624c000f26ab828852ee90a4624df26c49 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