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_debug | |
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_debug')
-rw-r--r-- | modules/pam_debug/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pam_debug/Makefile.am b/modules/pam_debug/Makefile.am index a9bd2c2d..59cedca8 100644 --- a/modules/pam_debug/Makefile.am +++ b/modules/pam_debug/Makefile.am @@ -11,6 +11,7 @@ if HAVE_DOC man_MANS = pam_debug.8 endif XMLS = README.xml pam_debug.8.xml +TESTS = tst-pam_debug securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) @@ -25,8 +26,6 @@ endif securelib_LTLIBRARIES = pam_debug.la pam_debug_la_LIBADD = $(top_builddir)/libpam/libpam.la -TESTS = tst-pam_debug - if ENABLE_REGENERATE_MAN noinst_DATA = README -include $(top_srcdir)/Make.xml.rules |