diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-11 18:46:01 +0100 |
---|---|---|
committer | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-12 18:01:01 +0100 |
commit | 2b8895da5eed09ff0a45594fbab4541246a61f68 (patch) | |
tree | 6f28d61075b6f05481c3791746211a826856d8fd /modules/pam_unix | |
parent | cb9f88ba944d56c0b6c65be18500f7d56c9f514c (diff) | |
download | pam-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_unix')
-rw-r--r-- | modules/pam_unix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am index 84e26d42..4a774559 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -79,5 +79,5 @@ endif if ENABLE_REGENERATE_MAN dist_noinst_DATA = README --include $(top_srcdir)/Make.xml.rules +-include $(top_builddir)/Make.xml.rules endif |