summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-11-08 14:36:56 -0500
committerSteve Dickson <steved@redhat.com>2012-11-11 18:01:23 -0500
commit37ebcfc42478bbbf5784504072b682037352a90e (patch)
tree40e7b119518a2dd04e5960763679690de02d8546 /utils/Makefile.am
parentb20a49b5e7ca0d42f752d36a9dc0f2197243d6f0 (diff)
downloadnfs-utils-37ebcfc42478bbbf5784504072b682037352a90e.tar.gz
nfs-utils-37ebcfc42478bbbf5784504072b682037352a90e.tar.xz
nfs-utils-37ebcfc42478bbbf5784504072b682037352a90e.zip
nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrack
We'll soon be adding a new nfsdcltrack program, at which point it won't make much sense to call this directory and the config option "nfsdcld". Rename it to be a bit more generic. While we're at it, change the default for --enable-cltrack to "yes". When we introduce the one-shot program, we're going to want to build it by default anyway. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 09045dd..b892dc8 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -21,8 +21,8 @@ if CONFIG_MOUNT
OPTDIRS += mount
endif
-if CONFIG_NFSDCLD
-OPTDIRS += nfsdcld
+if CONFIG_NFSDCLTRACK
+OPTDIRS += nfsdcltrack
endif
SUBDIRS = \