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_setquota | |
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_setquota')
-rw-r--r-- | modules/pam_setquota/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_setquota/Makefile.am b/modules/pam_setquota/Makefile.am index 6b40f932..54812646 100644 --- a/modules/pam_setquota/Makefile.am +++ b/modules/pam_setquota/Makefile.am @@ -7,7 +7,6 @@ if HAVE_DOC man_MANS = pam_setquota.8 endif XMLS = README.xml pam_setquota.8.xml - TESTS = tst-pam_setquota securelibdir = $(SECUREDIR) |