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/idmapd | |
| 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/idmapd')
| -rw-r--r-- | utils/idmapd/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/idmapd/Makefile.am b/utils/idmapd/Makefile.am index 58b33ec..c2f8ba1 100644 --- a/utils/idmapd/Makefile.am +++ b/utils/idmapd/Makefile.am @@ -7,8 +7,7 @@ KPREFIX = @kprefix@ sbin_PROGRAMS = idmapd EXTRA_DIST = \ - $(man8_MANS) \ - idmapd.conf + $(man8_MANS) idmapd_SOURCES = \ idmapd.c \ |
