#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