pam_ssh needs roaming_dummy to link correctly against libssh.

This commit is contained in:
des 2009-10-05 18:56:18 +00:00
parent 62e4403f72
commit ca197bb5b5

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