summaryrefslogtreecommitdiffstats
path: root/utils/gssd
diff options
context:
space:
mode:
authorJustin Mitchell <jumitche@redhat.com>2017-09-28 14:18:35 -0400
committerSteve Dickson <steved@redhat.com>2017-10-26 08:50:08 -0400
commit745287cca2fad6dfe63290bb8053ffe86637c18b (patch)
treef171e22a27670ddb368fbb0345e27f547763a58f /utils/gssd
parentd1392d80cdd6c40e36c965c6ff000e01a2ee1694 (diff)
downloadnfs-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/gssd')
-rw-r--r--utils/gssd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gssd/Makefile.am b/utils/gssd/Makefile.am
index 3f5f59a..09a455e 100644
--- a/utils/gssd/Makefile.am
+++ b/utils/gssd/Makefile.am
@@ -44,7 +44,7 @@ gssd_SOURCES = \
write_bytes.h
gssd_LDADD = \
- ../../support/nfs/libnfs.a \
+ ../../support/nfs/libnfs.la \
$(LIBEVENT) \
$(RPCSECGSS_LIBS) \
$(KRBLIBS) \
@@ -74,7 +74,7 @@ svcgssd_SOURCES = \
svcgssd.h
svcgssd_LDADD = \
- ../../support/nfs/libnfs.a \
+ ../../support/nfs/libnfs.la \
$(RPCSECGSS_LIBS) $(LIBNFSIDMAP) \
$(KRBLIBS) $(GSSAPI_LIBS) $(LIBTIRPC)