]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/Makefile.am
Detect version of libblkid and act accordingly.
[nfs-utils.git] / utils / Makefile.am
index 79f1270bf15cd9af5470fa060ed5d1fa3bf2e2de..c1bc0599ecef4ac1a9fa9261002e393ecb6cdf9c 100644 (file)
@@ -11,16 +11,18 @@ OPTDIRS += idmapd
 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)