]> git.decadent.org.uk Git - nfs-utils.git/commit
nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd
authorJeff Layton <jlayton@redhat.com>
Sat, 1 Aug 2009 10:26:15 +0000 (06:26 -0400)
committerSteve Dickson <steved@redhat.com>
Sat, 1 Aug 2009 10:26:15 +0000 (06:26 -0400)
commitf8dd0b70ecf5a02eda29af4acead86f3359c3081
treea0b1b0acad58f56c99945d8ddc15f59a415f620c
parent3339c1f73c05fc9b5cf51e14a2033ec38f671334
nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd

rpc.nfsd is the only user of nfssvc.c, so we might as well move it
out of libnfs.a.

Also, don't link in libexport.a and libmisc.a, they aren't needed.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/include/nfslib.h
support/nfs/Makefile.am
support/nfs/nfssvc.c [deleted file]
utils/nfsd/Makefile.am
utils/nfsd/nfsd.c
utils/nfsd/nfssvc.c [new file with mode: 0644]