diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-27 15:34:04 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-27 15:34:04 +0000 |
commit | d9fe742a06af41711faba73d2f97f4d13b1b0534 (patch) | |
tree | 21aedd7eb204670f36894247c33ad74975c31e92 /modules/pam_selinux | |
parent | 1886b6020c510cab239b3ae8db20a66991d8f8db (diff) | |
download | pam-d9fe742a06af41711faba73d2f97f4d13b1b0534.tar.gz pam-d9fe742a06af41711faba73d2f97f4d13b1b0534.tar.bz2 pam-d9fe742a06af41711faba73d2f97f4d13b1b0534.zip |
modules/*/Makefile.am: reorder lines to promote uniformity
This is essentially a no-op change that makes modules/*/Makefile.am
files less divergent.
Diffstat (limited to 'modules/pam_selinux')
-rw-r--r-- | modules/pam_selinux/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pam_selinux/Makefile.am b/modules/pam_selinux/Makefile.am index f97808c6..42d34d11 100644 --- a/modules/pam_selinux/Makefile.am +++ b/modules/pam_selinux/Makefile.am @@ -7,12 +7,11 @@ MAINTAINERCLEANFILES = $(MANS) README EXTRA_DIST = README $(MANS) $(XMLS) $(TESTS) pam_selinux_check.8 -TESTS = tst-pam_selinux if HAVE_DOC man_MANS = pam_selinux.8 endif - XMLS = README.xml pam_selinux.8.xml +TESTS = tst-pam_selinux securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) |