linking needs crypto

This commit is contained in:
Marc Wäckerlin
2015-03-15 19:29:46 +00:00
parent d260866c31
commit 23c6ce7cb0
2 changed files with 25 additions and 16 deletions

View File

@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: @PACKAGE_NAME@
Description: C++ wrappers around pcsc-lite, cryptoki, openssh
Version: @VERSION@
Libs: -L${libdir} -lpcscxx @LDFLAGS@
Libs: -L${libdir} -lpcscxx -lcrypto @LDFLAGS@
Libs.private:
Cflags: -I${includedir} @CPPFLAGS@