diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2009-11-24 09:08:29 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2009-11-24 09:08:29 -0500 |
commit | 77997a364006619874a4585c6821da24666dbaa9 (patch) | |
tree | 5099f4e65db2ce8d6bd64c4011601f50d998141e /utils/statd/Makefile.am | |
parent | 9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4 (diff) | |
download | nfs-utils-77997a364006619874a4585c6821da24666dbaa9.tar.gz nfs-utils-77997a364006619874a4585c6821da24666dbaa9.tar.xz nfs-utils-77997a364006619874a4585c6821da24666dbaa9.zip |
statd: Replace nsm_log() with xlog() in sm-notify command
To facilitate code sharing between statd and sm-notify (and with other
components of nfs-utils), replace sm-notify's nsm_log() with xlog().
Since opt_quiet is used in only a handful of insignificant cases, it
is removed.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/statd/Makefile.am')
-rw-r--r-- | utils/statd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/statd/Makefile.am b/utils/statd/Makefile.am index 19ba7b4..f64cd7a 100644 --- a/utils/statd/Makefile.am +++ b/utils/statd/Makefile.am @@ -24,7 +24,8 @@ statd_LDADD = ../../support/export/libexport.a \ ../../support/nfs/libnfs.a \ ../../support/misc/libmisc.a \ $(LIBWRAP) $(LIBNSL) -sm_notify_LDADD = $(LIBNSL) +sm_notify_LDADD = ../../support/nfs/libnfs.a \ + $(LIBNSL) EXTRA_DIST = sim_sm_inter.x sm_inter.x $(man8_MANS) COPYRIGHT simulate.c |