X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2FMakefile.am;h=09045dd6a85c8d06bc92737cdcef9fc9f4bae479;hp=c1bc0599ecef4ac1a9fa9261002e393ecb6cdf9c;hb=a8dcaa282122b5db8f4ffb7e5d99b2c4b62cbb78;hpb=fa2058d9dc483dbed373ddc04a898ddd7f135f6f diff --git a/utils/Makefile.am b/utils/Makefile.am index c1bc059..09045dd 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,12 +2,15 @@ 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 @@ -18,6 +21,10 @@ if CONFIG_MOUNT OPTDIRS += mount endif +if CONFIG_NFSDCLD +OPTDIRS += nfsdcld +endif + SUBDIRS = \ exportfs \ mountd \ @@ -25,6 +32,7 @@ SUBDIRS = \ nfsstat \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in