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>
This commit is contained in:
parent
5d25b7814f
commit
702b6b5f7f
2 changed files with 11 additions and 3 deletions
|
@ -72,10 +72,9 @@ EXTRA_DIST += \
|
|||
autogen.sh \
|
||||
Documentation \
|
||||
po/update-potfiles \
|
||||
README.licensing \
|
||||
tools/git-version-gen
|
||||
|
||||
README.licensing
|
||||
|
||||
include tools/Makemodule.am
|
||||
include include/Makemodule.am
|
||||
include lib/Makemodule.am
|
||||
include libuuid/Makemodule.am
|
||||
|
|
9
tools/Makemodule.am
Normal file
9
tools/Makemodule.am
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue