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:
parent
32a2fd8cc9
commit
4d67fc9302
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue