X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2FMakefile.am;h=5df7ca70816909395441df8d31a3f8c93af7958e;hb=dfebe7f4f25a12b615195f339192fa8837d9b5c9;hp=86651833cb57e5cf69a99aa4e1a89c7c86a48c44;hpb=71ad2bbcae08d0cfb32d733dc30c0826d2e5eee4;p=nfs-utils.git diff --git a/utils/Makefile.am b/utils/Makefile.am index 8665183..5df7ca7 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -4,6 +4,13 @@ OPTDIRS = if CONFIG_NFSV4 OPTDIRS += idmapd +if CONFIG_NFSIDMAP +OPTDIRS += nfsidmap +endif +endif + +if CONFIG_NFSV41 +OPTDIRS += blkmapd endif if CONFIG_GSS @@ -14,6 +21,10 @@ if CONFIG_MOUNT OPTDIRS += mount endif +if CONFIG_NFSDCLD +OPTDIRS += nfsdcld +endif + SUBDIRS = \ exportfs \ mountd \