From b007c451f9bb8044ecd499dde494762e36cab394 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Thu, 11 Jan 2024 20:06:11 +0100 Subject: pam_env: fix Makefile.am dependencies Comply with doc/man and enforce that pam_env.conf.5 does exist. Signed-off-by: Tobias Stoeckmann --- modules/pam_env/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pam_env/Makefile.am b/modules/pam_env/Makefile.am index cf0700ca..cf39884b 100644 --- a/modules/pam_env/Makefile.am +++ b/modules/pam_env/Makefile.am @@ -39,6 +39,6 @@ dist_sysconf_DATA = environment if ENABLE_REGENERATE_MAN dist_noinst_DATA = README -environment.5: pam_env.conf.5.xml +environment.5: pam_env.conf.5 -include $(top_builddir)/Make.xml.rules endif -- cgit v1.2.3