summaryrefslogtreecommitdiffstats
path: root/utils/nfsd/Makefile.am
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2009-08-01 06:26:15 -0400
committerSteve Dickson <steved@redhat.com>2009-08-01 06:26:15 -0400
commitf8dd0b70ecf5a02eda29af4acead86f3359c3081 (patch)
treea0b1b0acad58f56c99945d8ddc15f59a415f620c /utils/nfsd/Makefile.am
parent3339c1f73c05fc9b5cf51e14a2033ec38f671334 (diff)
downloadnfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.tar.gz
nfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.tar.xz
nfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.zip
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>
Diffstat (limited to 'utils/nfsd/Makefile.am')
-rw-r--r--utils/nfsd/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/nfsd/Makefile.am b/utils/nfsd/Makefile.am
index 445e3fd..c4c6fb0 100644
--- a/utils/nfsd/Makefile.am
+++ b/utils/nfsd/Makefile.am
@@ -7,10 +7,8 @@ RPCPREFIX = rpc.
KPREFIX = @kprefix@
sbin_PROGRAMS = nfsd
-nfsd_SOURCES = nfsd.c
-nfsd_LDADD = ../../support/export/libexport.a \
- ../../support/nfs/libnfs.a \
- ../../support/misc/libmisc.a
+nfsd_SOURCES = nfsd.c nfssvc.c
+nfsd_LDADD = ../../support/nfs/libnfs.a
MAINTAINERCLEANFILES = Makefile.in