summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-16 10:56:38 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-16 10:56:38 +0000
commit064415e877eb4e6db8e048899acf73eec3a0c059 (patch)
treea567080daf870896fb619fad7d27aacf4177f0ea
parentlddtree.py: resolve python location through PATH (diff)
downloadpax-utils-1.2.5.tar.gz
pax-utils-1.2.5.tar.bz2
pax-utils-1.2.5.zip
Makefile.am: refresh against current gnulibv1.2.5
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 79e5ed1..f369f86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ dist_man_MANS += \
EXTRA_DIST += \
.depend \
.gitignore \
+ .pylintrc \
.travis.yml \
BUGS \
COPYING \
@@ -88,6 +89,7 @@ EXTRA_DIST += \
paxmacho.h \
porting.h \
pspax.c \
+ pylint \
scanelf.c \
scanmacho.c \
security.c \
@@ -95,10 +97,10 @@ EXTRA_DIST += \
symtree.sh \
tests/Makefile \
tests/lddtree/Makefile \
- tests/lddtree/dotest.cmp \
- tests/lddtree/dotest.py \
- tests/lddtree/dotest.sfx \
- tests/lddtree/dotest.sh \
+ tests/lddtree/dotest-cmp \
+ tests/lddtree/dotest-py \
+ tests/lddtree/dotest-sfx \
+ tests/lddtree/dotest-sh \
tests/lib.sh \
tests/scanelf/Makefile \
tests/scanelf/dotest \