summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarel Zak2016-05-25 15:59:15 +0200
committerKarel Zak2016-05-25 15:59:15 +0200
commit702b6b5f7f77f198e921e51a83e31afcc6e81d0e (patch)
treeb60b15a06f03b12da2d0ad218725aafe0fb948c9 /tools
parenttools: add script to load .po from translationproject.org (diff)
downloadkernel-qcow2-util-linux-702b6b5f7f77f198e921e51a83e31afcc6e81d0e.tar.gz
kernel-qcow2-util-linux-702b6b5f7f77f198e921e51a83e31afcc6e81d0e.tar.xz
kernel-qcow2-util-linux-702b6b5f7f77f198e921e51a83e31afcc6e81d0e.zip
build-sys: add tools/Makemodule.am
We have "make" targets which depends on tools/check*.sh scripts. It's ugly to exclude these scripts from the release tar balls (as generated by "make distcheck"). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makemodule.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Makemodule.am b/tools/Makemodule.am
new file mode 100644
index 000000000..03f2be6ba
--- /dev/null
+++ b/tools/Makemodule.am
@@ -0,0 +1,9 @@
+
+EXTRA_DIST += \
+ tools/git-version-gen \
+ tools/checkcompletion.sh \
+ tools/checkconfig.sh \
+ tools/checkdecl.sh \
+ tools/checkincludes.pl \
+ tools/checkmans.sh \
+ tools/checkxalloc.sh