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_namespace | |
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_namespace')
-rw-r--r-- | modules/pam_namespace/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am index 9d256550..cb4f333d 100644 --- a/modules/pam_namespace/Makefile.am +++ b/modules/pam_namespace/Makefile.am @@ -6,15 +6,13 @@ CLEANFILES = *~ MAINTAINERCLEANFILES = $(MANS) README +EXTRA_DIST = README $(MANS) $(XMLS) $(TESTS) $(secureconf_DATA) namespace.init + if HAVE_DOC man_MANS = namespace.conf.5 pam_namespace.8 pam_namespace_helper.8 endif - -EXTRA_DIST = README $(MANS) $(XMLS) $(TESTS) $(secureconf_DATA) namespace.init - -TESTS = tst-pam_namespace - XMLS = README.xml namespace.conf.5.xml pam_namespace.8.xml pam_namespace_helper.8.xml +TESTS = tst-pam_namespace securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) @@ -47,7 +45,6 @@ sbin_SCRIPTS = pam_namespace_helper uninstall-local: -rm $(DESTDIR)$(servicedir)/pam_namespace.service - if ENABLE_REGENERATE_MAN noinst_DATA = README -include $(top_srcdir)/Make.xml.rules |