From f0f35e79d4d5c98e58955a37673b48ea299657ba Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 3 May 2020 01:18:44 +0000 Subject: modules/pam_timestamp/Makefile.am: rename dist_TESTS to dist_check_SCRIPTS ... and remove it from EXTRA_DIST * modules/pam_timestamp/Makefile.am (EXTRA_DIST): Remove $(dist_TESTS). (dist_TESTS): Rename to dist_check_SCRIPTS. (TESTS): Replace $(dist_TESTS) with $(dist_check_SCRIPTS). --- modules/pam_timestamp/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/pam_timestamp/Makefile.am b/modules/pam_timestamp/Makefile.am index 9153f888..a101805f 100644 --- a/modules/pam_timestamp/Makefile.am +++ b/modules/pam_timestamp/Makefile.am @@ -6,15 +6,15 @@ CLEANFILES = *~ MAINTAINERCLEANFILES = $(MANS) README -EXTRA_DIST = $(DATA) $(MANS) $(XMLS) $(dist_TESTS) +EXTRA_DIST = $(DATA) $(MANS) $(XMLS) if HAVE_DOC man_MANS = pam_timestamp.8 pam_timestamp_check.8 endif XMLS = README.xml pam_timestamp.8.xml pam_timestamp_check.8.xml -dist_TESTS = tst-pam_timestamp +dist_check_SCRIPTS = tst-pam_timestamp nodist_TESTS = hmacfile -TESTS = $(dist_TESTS) $(nodist_TESTS) +TESTS = $(dist_check_SCRIPTS) $(nodist_TESTS) securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) -- cgit v1.2.3