added -lcrypto to examples; refs #10

This commit is contained in:
Marc Wäckerlin
2011-03-29 12:50:52 +00:00
parent d6b81e21b3
commit c2cea723ab
5 changed files with 31 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ LDFLAGS += -lpcsclite
endif
endif
if !MINGW32
LDFLAGS += -ldl -lpthread -lssl
LDFLAGS += -ldl -lpthread -lssl -lcrypto
endif
pcsc_demo_SOURCES = pcsc-demo.cxx