added -lcrypto to examples; refs #10
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user