summaryrefslogtreecommitdiffstats
path: root/utils/nfsdcld/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/nfsdcld/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/nfsdcld/Makefile.am')
-rw-r--r--utils/nfsdcld/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/nfsdcld/Makefile.am b/utils/nfsdcld/Makefile.am
deleted file mode 100644
index 073a71b..0000000
--- a/utils/nfsdcld/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-man8_MANS = nfsdcld.man
-EXTRA_DIST = $(man8_MANS)
-
-AM_CFLAGS += -D_LARGEFILE64_SOURCE
-sbin_PROGRAMS = nfsdcld
-
-nfsdcld_SOURCES = nfsdcld.c sqlite.c
-
-nfsdcld_LDADD = ../../support/nfs/libnfs.a $(LIBEVENT) $(LIBSQLITE) $(LIBCAP)
-
-MAINTAINERCLEANFILES = Makefile.in
-