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

dtsession: rename PAM config file.

This commit is contained in:
Liang Chang 2021-01-31 04:43:31 +08:00 committed by Jon Trulson
parent 62bad7d8d2
commit 678c85021a
2 changed files with 2 additions and 2 deletions

View file

@ -5,9 +5,9 @@ PAM_AUTHENTICATION_MODULE=PamAuthenticationModule
LOCAL_CPP_DEFINES += -DPAM_AUTHENTICATION_MODULE=$(PAM_AUTHENTICATION_MODULE)
#endif
CPP_TARGETS = dtsession.pam.conf
CPP_TARGETS = pam.d.dtsession
AllTarget($(CPP_TARGETS))
CppSourceFile(dtsession.pam.conf,dtsession.pam.conf.src,$(LOCAL_CPP_DEFINES),)
CppSourceFile(pam.d.dtsession,pam.d.dtsession.src,$(LOCAL_CPP_DEFINES),)
#endif