Add lib DtPamSvc.

This commit is contained in:
Liang Chang
2021-01-28 07:45:13 +08:00
committed by Jon Trulson
parent f20db682bb
commit c10684c63c
5 changed files with 433 additions and 2 deletions

View File

@@ -12,8 +12,14 @@ PAMDIR = pam
PAMDIR =
#endif
SUBDIRS = $(XINDIR) $(PAMDIR) tt DtSvc DtSearch DtWidget DtHelp DtPrint \
DtTerm DtMrm csa
#if defined(HasPamLibrary) && HasPamLibrary
DTPAMSVCDIR = DtPamSvc
#else
DTPAMSVCDIR =
#endif
SUBDIRS = $(XINDIR) $(PAMDIR) $(DTPAMSVCDIR) tt DtSvc DtSearch DtWidget DtHelp \
DtPrint DtTerm DtMrm csa
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))