]> git.decadent.org.uk Git - nfs-utils.git/blob - support/nfs/Makefile.am
nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd
[nfs-utils.git] / support / nfs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libnfs.a
4 libnfs_a_SOURCES = exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c \
5                    xlog.c xcommon.c wildmat.c nfsclient.c \
6                    nfsexport.c getfh.c nfsctl.c rpc_socket.c getport.c \
7                    svc_socket.c cacheio.c closeall.c nfs_mntent.c
8
9 MAINTAINERCLEANFILES = Makefile.in
10