]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/Makefile.am
nfsdcld: add client tracking daemon stub
[nfs-utils.git] / utils / Makefile.am
index a0ea11629a1e6e8bc32a22e7754db1006aff5a69..5df7ca70816909395441df8d31a3f8c93af7958e 100644 (file)
@@ -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 \