diff options
author | NeilBrown <neilb@suse.de> | 2014-12-07 10:34:31 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-12-07 10:34:31 -0500 |
commit | 56cfa334c9cf3bccebbd0548706e69f9e201d66d (patch) | |
tree | 686ee59de339f285f05db472805ebe45c21af2a0 /utils/mount | |
parent | 19ee9c81c2454f53a3369d8b23ba539c1f6bab31 (diff) | |
download | nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.tar.gz nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.tar.xz nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.zip |
Fix up issue with "make dist"
Add mention of new files, remove mention of old files,
and cause "make dist" to create something very similar to
the current distributions.
systemd files are not currently included in "make dist" and some
files generated by "rpcgen" are (though they aren't in official
distribution).
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount')
-rw-r--r-- | utils/mount/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am index 5810936..e24f3bd 100644 --- a/utils/mount/Makefile.am +++ b/utils/mount/Makefile.am @@ -8,19 +8,21 @@ man8_MANS = mount.nfs.man umount.nfs.man man5_MANS = nfs.man sbin_PROGRAMS = mount.nfs -EXTRA_DIST = nfsmount.x $(man8_MANS) $(man5_MANS) +EXTRA_DIST = nfsmount.conf $(man8_MANS) $(man5_MANS) mount_common = error.c network.c token.c \ parse_opt.c parse_dev.c \ nfsmount.c nfs4mount.c stropts.c\ mount_constants.h error.h network.h token.h \ parse_opt.h parse_dev.h \ - nfs4_mount.h nfs_mount4.h stropts.h version.h \ - mount_config.h utils.c utils.h + nfs4_mount.h stropts.h version.h \ + mount_config.h utils.c utils.h \ + nfs_mount.h if MOUNT_CONFIG mount_common += configfile.c man5_MANS += nfsmount.conf.man -EXTRA_DIST += nfsmount.conf +else +EXTRA_DIST += nfsmount.conf.man endif mount_nfs_LDADD = ../../support/nfs/libnfs.a \ |