diff options
| author | Steve Dickson <steved@redhat.com> | 2010-10-13 10:09:53 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2010-10-13 10:26:09 -0400 |
| commit | c117b7a1f29db65d139824ba5bab2a58bf5609e2 (patch) | |
| tree | 717b77e3279911c625ad59d4c7269c8258d86560 /support/nfs/Makefile.am | |
| parent | 8c217b9623c8304608196aeb2f7360abfdf987c8 (diff) | |
| download | nfs-utils-c117b7a1f29db65d139824ba5bab2a58bf5609e2.tar.gz nfs-utils-c117b7a1f29db65d139824ba5bab2a58bf5609e2.tar.xz nfs-utils-c117b7a1f29db65d139824ba5bab2a58bf5609e2.zip | |
nfs-utils: Move common code into support
There are several source files and headers present in the ./utils/idmapd
directory which are also usable in a doimapd daemon. Because of this we
move that support into the support directory such that it can be shared by
both daemons.
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/nfs/Makefile.am')
| -rw-r--r-- | support/nfs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nfs/Makefile.am b/support/nfs/Makefile.am index 60400b2..05c2fc4 100644 --- a/support/nfs/Makefile.am +++ b/support/nfs/Makefile.am @@ -5,7 +5,7 @@ libnfs_a_SOURCES = exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c \ xlog.c xcommon.c wildmat.c nfsclient.c \ nfsexport.c getfh.c nfsctl.c rpc_socket.c getport.c \ svc_socket.c cacheio.c closeall.c nfs_mntent.c conffile.c \ - svc_create.c + svc_create.c atomicio.c strlcpy.c strlcat.c MAINTAINERCLEANFILES = Makefile.in |
