summaryrefslogtreecommitdiffstats
path: root/utils/idmapd
diff options
context:
space:
mode:
authorJustin Mitchell <jumitche@redhat.com>2017-10-26 08:46:43 -0400
committerSteve Dickson <steved@redhat.com>2017-10-26 08:50:08 -0400
commitf821eb7f9624f047a12fbf5c9dce23994eeb50e8 (patch)
treedc7cf0bc359fb6c7b599aa86a33d6f9a17024a81 /utils/idmapd
parent1ea6d9231f839b968adb44eaf98b363f436cb1d5 (diff)
downloadnfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.tar.gz
nfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.tar.xz
nfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.zip
nfs-utils: integrate libnfsidmap code with rest of nfs-utils
Modify libnfsidmap to use the now shared conffile code, adjust the build structure to generate everything correctly, and modify the other utils to use the merged version of libnfsidmap instead of testing for an external dependancy. Signed-off-by: Justin Mitchell <jumitche@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/idmapd')
-rw-r--r--utils/idmapd/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/idmapd/Makefile.am b/utils/idmapd/Makefile.am
index b4cac93..d768eec 100644
--- a/utils/idmapd/Makefile.am
+++ b/utils/idmapd/Makefile.am
@@ -15,7 +15,9 @@ idmapd_SOURCES = \
nfs_idmap.h \
queue.h
-idmapd_LDADD = ../../support/nfs/libnfs.la $(LIBEVENT) $(LIBNFSIDMAP)
+idmapd_LDADD = ../../support/nfs/libnfs.la \
+ ../../support/nfsidmap/libnfsidmap.la \
+ $(LIBEVENT)
MAINTAINERCLEANFILES = Makefile.in