mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 21:54:16 +01:00
re-add libyubikey, needed.
This commit is contained in:
parent
1159b1f39e
commit
83a9b93d5b
@ -39,7 +39,7 @@ lib_LTLIBRARIES = pam_yubico.la
|
||||
|
||||
pam_yubico_la_SOURCES = pam_yubico.c drop_privs.h drop_privs.c
|
||||
# XXX add -Wl,-x too? PAM documentation suggests it.
|
||||
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@ -lpam
|
||||
pam_yubico_la_LIBADD = @LTLIBYUBIKEY@ @LTLIBYKCLIENT@ @LIBLDAP@ -lpam
|
||||
pam_yubico_la_LIBADD += libpam_util.la
|
||||
pam_yubico_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
@ -48,6 +48,8 @@
|
||||
#include <ykclient.h>
|
||||
|
||||
#if HAVE_CR
|
||||
/* for yubikey_hex_encode */
|
||||
#include <yubikey.h>
|
||||
/* for yubikey pbkdf2*/
|
||||
#include <ykpbkdf2.h>
|
||||
#endif /* HAVE_CR */
|
||||
|
Loading…
x
Reference in New Issue
Block a user