summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-11-20 15:01:21 -0500
committerSteve Dickson <steved@redhat.com>2010-11-22 11:38:54 -0500
commit0868dcccb9a3bf3d022a32ff31311fe371484e77 (patch)
tree25910a9e148f39f0718049f6cb17ba2868e77f9e /utils/Makefile.am
parent6f07548141e710767d425e119d9823691293771d (diff)
downloadnfs-utils-0868dcccb9a3bf3d022a32ff31311fe371484e77.tar.gz
nfs-utils-0868dcccb9a3bf3d022a32ff31311fe371484e77.tar.xz
nfs-utils-0868dcccb9a3bf3d022a32ff31311fe371484e77.zip
Enable nfsidmap to compile
Only enable the compilation of nfsidmap when libnfsidmap support it. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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