]> git.decadent.org.uk Git - nfs-utils.git/blob - support/nfs/Makefile.am
Imported Upstream version 1.2.4
[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 conffile.c \
8                    svc_create.c atomicio.c strlcpy.c strlcat.c
9
10 MAINTAINERCLEANFILES = Makefile.in
11