Files
cdesktop/cde/programs/dtsession/config/Imakefile
2021-06-02 19:56:29 -06:00

14 lines
396 B
Plaintext

#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 = dtsession.pam.conf
AllTarget($(CPP_TARGETS))
CppSourceFile(dtsession.pam.conf,dtsession.pam.conf.src,$(LOCAL_CPP_DEFINES),)
#endif