summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-05-03 12:21:11 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-05-03 12:21:11 +0000
commitf7d09edb72f605a2f7e1ec7989ab01c947bb1bee (patch)
treea967bd081b115f28c460807e98cf0261d5cbc349 /modules/pam_lastlog
parentb0321cdeccdc90f77623e14f5c9e0a52b1c5b8a6 (diff)
modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS
... and remove $(TESTS) from EXTRA_DIST. The change is performed automatically using the following script: sed -i -e 's/^TESTS = \(tst.*\)/dist_check_SCRIPTS = \1\nTESTS = $(dist_check_SCRIPTS)/' \ -e '/^EXTRA_DIST/ s/ \$(TESTS)//' modules/*/Makefile.am
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r--modules/pam_lastlog/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am
index eda816a0..dc0c7c4c 100644
--- a/modules/pam_lastlog/Makefile.am
+++ b/modules/pam_lastlog/Makefile.am
@@ -5,13 +5,14 @@
CLEANFILES = *~
MAINTAINERCLEANFILES = $(MANS) README
-EXTRA_DIST = $(XMLS) $(TESTS)
+EXTRA_DIST = $(XMLS)
if HAVE_DOC
dist_man_MANS = pam_lastlog.8
endif
XMLS = README.xml pam_lastlog.8.xml
-TESTS = tst-pam_lastlog
+dist_check_SCRIPTS = tst-pam_lastlog
+TESTS = $(dist_check_SCRIPTS)
securelibdir = $(SECUREDIR)
secureconfdir = $(SCONFIGDIR)