]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/Makefile.am
blkmapd: Add complex block layout discovery and mapping daemon
[nfs-utils.git] / utils / Makefile.am
index 9cdb4ea55cb5dcb1d73dfc1c29896711a653864b..d074b85b39a95ccbb71479371574b12a9f7d1986 100644 (file)
@@ -2,12 +2,15 @@
 
 OPTDIRS =
 
-if CONFIG_RQUOTAD
-OPTDIRS += rquotad
-endif
-
 if CONFIG_NFSV4
 OPTDIRS += idmapd
+if CONFIG_NFSIDMAP
+OPTDIRS += nfsidmap
+endif
+endif
+
+if CONFIG_NFSV41
+OPTDIRS += blkmapd
 endif
 
 if CONFIG_GSS
@@ -20,11 +23,9 @@ endif
 
 SUBDIRS = \
        exportfs \
-       lockd \
        mountd \
        nfsd \
        nfsstat \
-       nhfsstone \
        showmount \
        statd \
        $(OPTDIRS)