blob: 86f52a10eaeeb7f3b824f6da2ac685940d20c2d2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libnfs.a
libnfs_a_SOURCES = exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c \
xlog.c xcommon.c wildmat.c nfssvc.c nfsclient.c \
nfsexport.c getfh.c nfsctl.c rpc_socket.c getport.c \
svc_socket.c cacheio.c closeall.c nfs_mntent.c
MAINTAINERCLEANFILES = Makefile.in
|