1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtlogin: revise the Imakefile for config.

This commit is contained in:
Liang Chang 2021-02-02 02:22:52 +08:00 committed by Jon Trulson
parent c75169ca3f
commit bc99bbe5b4

View file

@ -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))