mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
13 lines
387 B
Text
13 lines
387 B
Text
#if defined(HasPamLibrary) && HasPamLibrary
|
|
LOCAL_CPP_DEFINES = -DHAS_PAM_LIBRARY
|
|
#ifdef PamAuthenticationModule
|
|
PAM_AUTHENTICATION_MODULE=PamAuthenticationModule
|
|
LOCAL_CPP_DEFINES += -DPAM_AUTHENTICATION_MODULE=$(PAM_AUTHENTICATION_MODULE)
|
|
#endif
|
|
|
|
CPP_TARGETS = pam.d.dtsession
|
|
|
|
AllTarget($(CPP_TARGETS))
|
|
|
|
CppSourceFile(pam.d.dtsession,pam.d.dtsession.src,$(LOCAL_CPP_DEFINES),)
|
|
#endif
|