X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=a0ea11629a1e6e8bc32a22e7754db1006aff5a69;hp=79f1270bf15cd9af5470fa060ed5d1fa3bf2e2de;hb=cf5b38e707b629540b5123124228311a620e3dce;hpb=ac5b03be829b4c9369ebfb07a688308721103228 diff --git a/utils/Makefile.am b/utils/Makefile.am index 79f1270..a0ea116 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,25 +2,26 @@ OPTDIRS = -if CONFIG_RQUOTAD -OPTDIRS += rquotad -endif - if CONFIG_NFSV4 OPTDIRS += idmapd +if CONFIG_NFSIDMAP +OPTDIRS += nfsidmap +endif endif if CONFIG_GSS -OPTDIRS += gssd svcgssd +OPTDIRS += gssd +endif + +if CONFIG_MOUNT +OPTDIRS += mount endif SUBDIRS = \ exportfs \ - lockd \ mountd \ nfsd \ nfsstat \ - nhfsstone \ showmount \ statd \ $(OPTDIRS)