diff options
author | Karel Zak <kzak@redhat.com> | 2007-01-04 11:57:07 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-01-04 11:57:07 +0100 |
commit | 562218e6ea1926723045713e52449c24c6ccff1f (patch) | |
tree | 2a3e34852c8f79cb1d8eae42cfda6a2abd72d0f3 /misc-utils/Makefile.am | |
parent | 8eeb575c0d4a0a7af62615829ae99fed4ee3c08c (diff) | |
download | util-linux-old-562218e6ea1926723045713e52449c24c6ccff1f.tar.gz |
build-sys: add missing files
This patch add all missing headers, man pages and README files to automake
stuff and "make dist-gzip" produces useful tarball now.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/Makefile.am')
-rw-r--r-- | misc-utils/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am index 5e61fea8..4d2596dd 100644 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@ -1,5 +1,8 @@ include $(top_srcdir)/config/include-Makefile.am +EXTRA_DIST = README.cal README.namei README1.namei chkdupexe.pl \ + scriptreplay.pl + bin_PROGRAMS = usrbinexec_PROGRAMS = cal ddate logger look mcookie \ @@ -40,7 +43,7 @@ endif if BUILD_KILL bin_PROGRAMS += kill -kill_SOURCES = kill.c procs.c +kill_SOURCES = kill.c procs.c kill.h man_MANS += kill.1 endif |