diff options
author | Karel Zak | 2016-05-25 15:59:15 +0200 |
---|---|---|
committer | Karel Zak | 2016-05-25 15:59:15 +0200 |
commit | 702b6b5f7f77f198e921e51a83e31afcc6e81d0e (patch) | |
tree | b60b15a06f03b12da2d0ad218725aafe0fb948c9 /tools | |
parent | tools: add script to load .po from translationproject.org (diff) | |
download | kernel-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.am | 9 |
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 |