summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-12-23 11:29:19 -0500
committerSteve Dickson <steved@redhat.com>2009-12-23 11:29:19 -0500
commit64a3030683fab242a1608d7c35766130faffc1c0 (patch)
tree7892aa682cce09a3d70797cea0a68b06b84d754c /configure.ac
parente6ec4637a0c9b42132dcbde73ad4506666b92975 (diff)
downloadnfs-utils-64a3030683fab242a1608d7c35766130faffc1c0.tar.gz
nfs-utils-64a3030683fab242a1608d7c35766130faffc1c0.tar.xz
nfs-utils-64a3030683fab242a1608d7c35766130faffc1c0.zip
libnsm.a: Move the sm_inter XDR pieces to libnsm.a
Clean up: Move the .x file and the generated C source for NSM to libnsm.a, echoing the architecture of mountd and exportfs. This makes the NSM protocol definitions, data types, and XDR routines available to be shared across nfs-utils. This simplifies the addition of other NSM-related code (for example for testing or providing clustering support), and also provides public data type definitions that can be used to make sense of the contents of statd's on-disk database. Because sim_sm_inter.x still resides in utils/statd, I've left some rpcgen build magic in utils/statd/Makefile.am. This is an internal organization change only. This patch should not affect code behavior in any way. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3ad415c..1c79b21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -402,6 +402,7 @@ AC_CONFIG_FILES([
support/include/Makefile
support/misc/Makefile
support/nfs/Makefile
+ support/nsm/Makefile
tools/Makefile
tools/locktest/Makefile
tools/nlmtest/Makefile