]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/Makefile.am
The new nfsmount.conf(5) man page and the update to
[nfs-utils.git] / utils / mount / Makefile.am
index 459fa45e21c92e56e6150df4bdb2a9f75b0d56a2..905bcb96d5c70cdc657539a88ce0d0e2dac53367 100644 (file)
@@ -15,7 +15,13 @@ mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c \
                    nfsumount.c \
                    mount_constants.h error.h network.h fstab.h token.h \
                    parse_opt.h parse_dev.h \
-                   nfs4_mount.h nfs_mount4.h stropts.h version.h
+                   nfs4_mount.h nfs_mount4.h stropts.h version.h \
+                       mount_config.h
+
+if MOUNT_CONFIG
+mount_nfs_SOURCES += configfile.c
+man5_MANS += nfsmount.conf.man
+endif
 
 mount_nfs_LDADD = ../../support/nfs/libnfs.a \
                  ../../support/export/libexport.a