autotools: get the PAM support from master working on linux and freebsd

This commit is contained in:
Jon Trulson
2021-06-02 17:16:37 -06:00
parent a277fcb340
commit 2a3e91383b
9 changed files with 104 additions and 12 deletions

View File

@@ -2,3 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = DtXinerama tt DtSvc DtSearch DtWidget DtHelp DtPrint DtTerm \
DtMrm csa
if HAS_PAM_LIBRARY
SUBDIRS += DtPamSvc
endif