X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2FMakefile.am;fp=support%2Fnfs%2FMakefile.am;h=bb8bc41c74b78bedecf3f8f6ef656e35be0a9197;hp=0000000000000000000000000000000000000000;hb=ac5b03be829b4c9369ebfb07a688308721103228;hpb=371ca25167a217d647971384c37aa3fcee8a4aef diff --git a/support/nfs/Makefile.am b/support/nfs/Makefile.am new file mode 100644 index 0000000..bb8bc41 --- /dev/null +++ b/support/nfs/Makefile.am @@ -0,0 +1,14 @@ +## 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 xmalloc.c wildmat.c nfssvc.c nfsclient.c \ + nfsexport.c getfh.c nfsctl.c lockdsvc.c \ + svc_socket.c cacheio.c closeall.c + +MAINTAINERCLEANFILES = Makefile.in + +EXTRA_DIST = \ + clients.c \ + keytab.c \ + ypupdate_xdr.c