From d9fe742a06af41711faba73d2f97f4d13b1b0534 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 27 Apr 2020 15:34:04 +0000 Subject: modules/*/Makefile.am: reorder lines to promote uniformity This is essentially a no-op change that makes modules/*/Makefile.am files less divergent. --- modules/pam_ftp/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/pam_ftp') diff --git a/modules/pam_ftp/Makefile.am b/modules/pam_ftp/Makefile.am index c9deaf56..49e2771a 100644 --- a/modules/pam_ftp/Makefile.am +++ b/modules/pam_ftp/Makefile.am @@ -11,6 +11,7 @@ if HAVE_DOC man_MANS = pam_ftp.8 endif XMLS = README.xml pam_ftp.8.xml +TESTS = tst-pam_ftp securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) @@ -25,8 +26,6 @@ endif securelib_LTLIBRARIES = pam_ftp.la pam_ftp_la_LIBADD = $(top_builddir)/libpam/libpam.la -TESTS = tst-pam_ftp - if ENABLE_REGENERATE_MAN noinst_DATA = README -include $(top_srcdir)/Make.xml.rules -- cgit v1.2.3