summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-04-26 11:22:46 -0400
committerSteve Dickson <steved@redhat.com>2012-04-26 13:25:03 -0400
commitaff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0 (patch)
treece82a9e15eab463a98fdc5e37cb0e164ffdbd474 /utils/Makefile.am
parent16f151834e63d8df9f852b7e265f17c689553c35 (diff)
downloadnfs-utils-aff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0.tar.gz
nfs-utils-aff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0.tar.xz
nfs-utils-aff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0.zip
nfsdcld: add client tracking daemon stub
This program opens and "listens" on the new nfsd/cld rpc_pipefs pipe. The code here doesn't actually do anything on stable storage yet. That will be added in a later patch. The patch also adds a autoconf enable switch for the new daemon that defaults to "no", and a test for the upcall description header file. 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, 4 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index d074b85..5df7ca7 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -21,6 +21,10 @@ if CONFIG_MOUNT
OPTDIRS += mount
endif
+if CONFIG_NFSDCLD
+OPTDIRS += nfsdcld
+endif
+
SUBDIRS = \
exportfs \
mountd \