X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2FMakefile.am;h=299384a3aef1b73eef63971f0baad6070ddfc16c;hp=459fa45e21c92e56e6150df4bdb2a9f75b0d56a2;hb=05f93b531d59df6e976d9b40c97b51546524040a;hpb=1d61a1116198714f50b081daecc663625124403d diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am index 459fa45..299384a 100644 --- a/utils/mount/Makefile.am +++ b/utils/mount/Makefile.am @@ -15,7 +15,14 @@ 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 +EXTRA_DIST += nfsmount.conf +endif mount_nfs_LDADD = ../../support/nfs/libnfs.a \ ../../support/export/libexport.a