pam_ssh needs roaming_dummy to link correctly against libssh.

This commit is contained in:
Dag-Erling Smørgrav 2009-10-05 18:56:18 +00:00
parent e21bf2c43b
commit 040b962309

View File

@ -7,6 +7,9 @@ LIB= pam_ssh
MAN= pam_ssh.8
SRCS= pam_ssh.c
# required when linking with a dynamic libssh
SRCS+= roaming_dummy.c
WARNS?= 0
CFLAGS+= -I${SSHDIR} -include ssh_namespace.h