diff options
author | Karel Zak | 2007-01-04 11:57:07 +0100 |
---|---|---|
committer | Karel Zak | 2007-01-04 11:57:07 +0100 |
commit | 562218e6ea1926723045713e52449c24c6ccff1f (patch) | |
tree | 2a3e34852c8f79cb1d8eae42cfda6a2abd72d0f3 /hwclock | |
parent | build-sys: remove generated autotools stuff from git (diff) | |
download | kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.tar.gz kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.tar.xz kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.zip |
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 'hwclock')
-rw-r--r-- | hwclock/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwclock/Makefile.am b/hwclock/Makefile.am index 562d294f2..ce48b9d39 100644 --- a/hwclock/Makefile.am +++ b/hwclock/Makefile.am @@ -4,4 +4,5 @@ man_MANS = hwclock.8 sbin_PROGRAMS = hwclock -hwclock_SOURCES = hwclock.c cmos.c rtc.c kd.c
\ No newline at end of file +hwclock_SOURCES = hwclock.c cmos.c rtc.c kd.c clock.h + |