summaryrefslogtreecommitdiffstats
path: root/tools/Makemodule.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: fix chown mistake, add checkusage.sh to the distRuediger Meier2017-06-261-0/+1
| | | | | | | | | | Sorry, don't know why I reverted fad561b0. But for travis we need it only in check_nonroot(). check_root() *can* do chown and the check_dist() is handled by Makefile. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* build-sys: add tools/Makemodule.amKarel Zak2016-05-251-0/+9
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>