aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_nologin
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2024-01-11 18:46:01 +0100
committerTobias Stoeckmann <tobias@stoeckmann.org>2024-01-12 18:01:01 +0100
commit2b8895da5eed09ff0a45594fbab4541246a61f68 (patch)
tree6f28d61075b6f05481c3791746211a826856d8fd /modules/pam_nologin
parentcb9f88ba944d56c0b6c65be18500f7d56c9f514c (diff)
downloadpam-2b8895da5eed09ff0a45594fbab4541246a61f68.tar.gz
pam-2b8895da5eed09ff0a45594fbab4541246a61f68.tar.bz2
pam-2b8895da5eed09ff0a45594fbab4541246a61f68.zip
treewide: strictly separate builddir and srcdir
Building outside of source directory fails if --disable-doc is not explicitly chosen. This happens because generated files are sometimes expected in the source directory, where they won't exist. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules/pam_nologin')
-rw-r--r--modules/pam_nologin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_nologin/Makefile.am b/modules/pam_nologin/Makefile.am
index 4343b61c..7d9cdbca 100644
--- a/modules/pam_nologin/Makefile.am
+++ b/modules/pam_nologin/Makefile.am
@@ -36,5 +36,5 @@ tst_pam_nologin_retval_LDADD = $(top_builddir)/libpam/libpam.la
if ENABLE_REGENERATE_MAN
dist_noinst_DATA = README
--include $(top_srcdir)/Make.xml.rules
+-include $(top_builddir)/Make.xml.rules
endif