X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2FMakefile.am;h=299384a3aef1b73eef63971f0baad6070ddfc16c;hp=a1b56ca67e51b0180d6851e6b41b570e68bd3eba;hb=8414d150cee62ba0554cfd645956a88dba02a7eb;hpb=0cdb36e69a51eabc119de314e43d40daf6ee49ab diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am index a1b56ca..299384a 100644 --- a/utils/mount/Makefile.am +++ b/utils/mount/Makefile.am @@ -15,10 +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 +EXTRA_DIST += nfsmount.conf endif mount_nfs_LDADD = ../../support/nfs/libnfs.a \