summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2011-09-22 14:47:09 -0400
committerSteve Dickson <steved@redhat.com>2011-09-22 14:48:08 -0400
commit6b9d7ab4df98cf9881c7cc4341631eec25bb0e26 (patch)
treea52c33fc5ebd618459d347090e8eb5fbf335bd37 /utils/Makefile.am
parent4ee1190080fbb8cdd5ed2bef7c00a04799650b1b (diff)
downloadnfs-utils-6b9d7ab4df98cf9881c7cc4341631eec25bb0e26.tar.gz
nfs-utils-6b9d7ab4df98cf9881c7cc4341631eec25bb0e26.tar.xz
nfs-utils-6b9d7ab4df98cf9881c7cc4341631eec25bb0e26.zip
blkmapd: Add complex block layout discovery and mapping daemon
This daemon is required to handle upcalls from the kernel pnfs block layout driver. Signed-off-by: Jim Rees <rees@umich.edu> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index a0ea116..d074b85 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