diff options
| author | Justin Mitchell <jumitche@redhat.com> | 2017-09-28 14:18:35 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2017-10-26 08:50:08 -0400 |
| commit | 745287cca2fad6dfe63290bb8053ffe86637c18b (patch) | |
| tree | f171e22a27670ddb368fbb0345e27f547763a58f /utils/nfsd | |
| parent | d1392d80cdd6c40e36c965c6ff000e01a2ee1694 (diff) | |
| download | nfs-utils-745287cca2fad6dfe63290bb8053ffe86637c18b.tar.gz nfs-utils-745287cca2fad6dfe63290bb8053ffe86637c18b.tar.xz nfs-utils-745287cca2fad6dfe63290bb8053ffe86637c18b.zip | |
nfs-utils: split conffile to a separate convenience lib
To allow better reuse of the code we split conffile and xlog
into their own separate convenience library, then merge it
back so as to not create extra dependancies for everything
Signed-off-by: Justin Mitchell <jumitche@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/nfsd')
| -rw-r--r-- | utils/nfsd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfsd/Makefile.am b/utils/nfsd/Makefile.am index 39a6e6f..8acc9a0 100644 --- a/utils/nfsd/Makefile.am +++ b/utils/nfsd/Makefile.am @@ -9,7 +9,7 @@ sbin_PROGRAMS = nfsd noinst_HEADERS = nfssvc.h nfsd_SOURCES = nfsd.c nfssvc.c -nfsd_LDADD = ../../support/nfs/libnfs.a $(LIBTIRPC) +nfsd_LDADD = ../../support/nfs/libnfs.la $(LIBTIRPC) MAINTAINERCLEANFILES = Makefile.in |
