X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=09045dd6a85c8d06bc92737cdcef9fc9f4bae479;hp=79f1270bf15cd9af5470fa060ed5d1fa3bf2e2de;hb=a8dcaa282122b5db8f4ffb7e5d99b2c4b62cbb78;hpb=ac5b03be829b4c9369ebfb07a688308721103228 diff --git a/utils/Makefile.am b/utils/Makefile.am index 79f1270..09045dd 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,27 +2,37 @@ OPTDIRS = -if CONFIG_RQUOTAD -OPTDIRS += rquotad -endif - if CONFIG_NFSV4 OPTDIRS += idmapd +if CONFIG_NFSIDMAP +OPTDIRS += nfsidmap +endif +endif + +if CONFIG_NFSV41 +OPTDIRS += blkmapd endif if CONFIG_GSS -OPTDIRS += gssd svcgssd +OPTDIRS += gssd +endif + +if CONFIG_MOUNT +OPTDIRS += mount +endif + +if CONFIG_NFSDCLD +OPTDIRS += nfsdcld endif SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in