summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:27 +0200
committerKarel Zak2007-05-16 11:43:30 +0200
commit81c3ab2d602b3c9af811277173efbdec9446c928 (patch)
tree63d24095e1e53dffe7cad44b876aaf02c3903c1c /misc-utils
parentbuild-sys: use dist_usrbinexec_SCRIPTS in misc-utils/Makefile.am (diff)
downloadkernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.tar.gz
kernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.tar.xz
kernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.zip
build-sys: do not use wildcards in EXTRA_DIST
Wildcards in EXTRA_DIST break "make dist" for vpath build. But plain directory names are ok. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am
index c16024cf1..308367061 100644
--- a/misc-utils/Makefile.am
+++ b/misc-utils/Makefile.am
@@ -1,11 +1,12 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = README.*
+EXTRA_DIST = README.flushb
bin_PROGRAMS =
usrbinexec_PROGRAMS = cal ddate logger look mcookie \
namei script whereis
+EXTRA_DIST += README.cal README.ddate README.namei README.namei2
mcookie_SOURCES = mcookie.c ../lib/md5.c
@@ -49,7 +50,7 @@ if BUILD_RESET
dist_usrbinexec_SCRIPTS = reset
man_MANS += reset.1
endif
-EXTRA_DIST += reset.033c
+EXTRA_DIST += README.reset reset.033c
if BUILD_WRITE