summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:27 +0200
committerKarel Zak2007-05-16 11:43:30 +0200
commit81c3ab2d602b3c9af811277173efbdec9446c928 (patch)
tree63d24095e1e53dffe7cad44b876aaf02c3903c1c /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 69b602b20..a7ce83626 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config/include-Makefile.am \
autogen.sh \
- README.* \
- licenses/* \
- example.files/* \
+ README.devel \
+ licenses/ \
+ example.files/ \
po/Makevars.template \
po/update-potfiles