]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: add tools/Makemodule.am
authorKarel Zak <kzak@redhat.com>
Wed, 25 May 2016 13:59:15 +0000 (15:59 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 25 May 2016 13:59:15 +0000 (15:59 +0200)
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>
Makefile.am
tools/Makemodule.am [new file with mode: 0644]

index bbaccb17834d2b9aefd27f7d477f17475a4c3d83..0bfc27ff34b5147a49d768b2e79263911df1521b 100644 (file)
@@ -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
diff --git a/tools/Makemodule.am b/tools/Makemodule.am
new file mode 100644 (file)
index 0000000..03f2be6
--- /dev/null
@@ -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