summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2016-05-25 15:59:15 +0200
committerKarel Zak2016-05-25 15:59:15 +0200
commit702b6b5f7f77f198e921e51a83e31afcc6e81d0e (patch)
treeb60b15a06f03b12da2d0ad218725aafe0fb948c9 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index bbaccb178..0bfc27ff3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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