summaryrefslogtreecommitdiff
path: root/partx
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-01-04 11:57:07 +0100
committerKarel Zak <kzak@redhat.com>2007-01-04 11:57:07 +0100
commit562218e6ea1926723045713e52449c24c6ccff1f (patch)
tree2a3e34852c8f79cb1d8eae42cfda6a2abd72d0f3 /partx
parent8eeb575c0d4a0a7af62615829ae99fed4ee3c08c (diff)
downloadutil-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 'partx')
-rw-r--r--partx/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am
index 11e7cae9..e2fb5793 100644
--- a/partx/Makefile.am
+++ b/partx/Makefile.am
@@ -3,6 +3,7 @@ include $(top_srcdir)/config/include-Makefile.am
if BUILD_PARTX
usrsbinexec_PROGRAMS = addpart delpart partx
-partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c
+partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \
+ efi.h gpt.h crc32.h partx.h dos.h
endif