diff options
author | Karel Zak <kzak@redhat.com> | 2007-02-08 12:38:25 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-02-08 12:38:25 +0100 |
commit | b8d1314dc6ceeb998632102d5f93cda5e2548f8d (patch) | |
tree | cfe10b664e00613db5fc2d6bd4b585600e3cdcee /misc-utils/Makefile.am | |
parent | 061999ee0d9bde9e79f4735283dfd1382313bccf (diff) | |
download | util-linux-old-b8d1314dc6ceeb998632102d5f93cda5e2548f8d.tar.gz |
build-sys: fix README filenames and add missing files to EXTRA_DISTs
Also, the patch makes "make mrproper" more robust.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/Makefile.am')
-rw-r--r-- | misc-utils/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am index 4d2596dd..0e680f5a 100644 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@ -1,7 +1,10 @@ include $(top_srcdir)/config/include-Makefile.am -EXTRA_DIST = README.cal README.namei README1.namei chkdupexe.pl \ - scriptreplay.pl +EXTRA_DIST = README.* \ + chkdupexe.pl \ + scriptreplay.pl \ + reset \ + reset.033c bin_PROGRAMS = |