From 37ebcfc42478bbbf5784504072b682037352a90e Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 8 Nov 2012 14:36:56 -0500 Subject: 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 Signed-off-by: Steve Dickson --- utils/nfsdcld/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 utils/nfsdcld/Makefile.am (limited to 'utils/nfsdcld/Makefile.am') 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 - -- cgit