removed -lssl; refs #9

master
Marc Wäckerlin 14 years ago
parent 8b747bac2c
commit d6b81e21b3
  1. 2
      src/makefile.am

@ -29,7 +29,7 @@ EXTRA_DIST = $(pkgconfig_DATA).in $(shell ls -1 *.doc)
lib_LTLIBRARIES = libcryptoki++.la
libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx version.cxx
libcryptoki___la_LIBADD = -lssl
libcryptoki___la_LIBADD =
if !MINGW32
if !MAC
libcryptoki___la_LIBADD += -lpcsclite

Loading…
Cancel
Save