From 4d67fc93029b6a5c1187ee027b08fef74d20ddee Mon Sep 17 00:00:00 2001 From: Liang Chang Date: Tue, 2 Feb 2021 02:22:52 +0800 Subject: [PATCH] dtlogin: revise the Imakefile for config. --- cde/programs/dtlogin/config/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/programs/dtlogin/config/Imakefile b/cde/programs/dtlogin/config/Imakefile index 91d21274b..f86532a57 100644 --- a/cde/programs/dtlogin/config/Imakefile +++ b/cde/programs/dtlogin/config/Imakefile @@ -28,6 +28,7 @@ LOCAL_CPP_DEFINES += -DFREEBSD #if defined(HasPamLibrary) && HasPamLibrary LOCAL_CPP_DEFINES += -DHAS_PAM_LIBRARY +EXTRA_CPP_TARGETS += pam.d.dtlogin #ifdef PamAuthenticationModule PAM_AUTHENTICATION_MODULE=PamAuthenticationModule LOCAL_CPP_DEFINES += -DPAM_AUTHENTICATION_MODULE=$(PAM_AUTHENTICATION_MODULE) @@ -56,8 +57,7 @@ CPP_TARGETS = \ Xstartup current.session \ display.current.session display.home.session \ dtlslocale dtprofile \ - home.session pam.d.dtlogin \ - $(EXTRA_CPP_TARGETS) + home.session $(EXTRA_CPP_TARGETS) AllTarget($(CPP_TARGETS))