X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=5df7ca70816909395441df8d31a3f8c93af7958e;hp=a0ea11629a1e6e8bc32a22e7754db1006aff5a69;hb=aff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0;hpb=0868dcccb9a3bf3d022a32ff31311fe371484e77 diff --git a/utils/Makefile.am b/utils/Makefile.am index a0ea116..5df7ca7 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 \