From 0868dcccb9a3bf3d022a32ff31311fe371484e77 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sat, 20 Nov 2010 15:01:21 -0500 Subject: Enable nfsidmap to compile Only enable the compilation of nfsidmap when libnfsidmap support it. Signed-off-by: Steve Dickson --- utils/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 8665183..a0ea116 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -4,6 +4,9 @@ OPTDIRS = if CONFIG_NFSV4 OPTDIRS += idmapd +if CONFIG_NFSIDMAP +OPTDIRS += nfsidmap +endif endif if CONFIG_GSS -- cgit